Skip to content

Commit

Permalink
refactor(file): 엔드포인트 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
NameIsUser06 committed Apr 29, 2024
1 parent 9e857cd commit 8292be5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/api/s3")
@RequestMapping("/api/r2")
public class R2Controller {
private final CommandFileService commandFileService;

Expand Down

0 comments on commit 8292be5

Please sign in to comment.