Skip to content

Commit

Permalink
chore: 배포 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kariskan committed Aug 22, 2024
1 parent 8c8845c commit fc0faf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ ResponseEntity<InputStreamResource> download(@PathVariable Long fileId,

@GetMapping("/hi")
public String a() {
return "hihi";
return "bibi";
}

}

0 comments on commit fc0faf5

Please sign in to comment.