Skip to content

Commit

Permalink
[Chore] ImageController 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongmin39 authored Feb 18, 2024
1 parent 67bf974 commit d9848dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@Tag(name = "Image", description = "Image API(이미지 API)")
@RequiredArgsConstructor
@RestController
@RequestMapping("api/v1/image")
@RequestMapping("/api/v1/image")
public class ImageController {

private final ImageService imageService;
Expand Down

0 comments on commit d9848dd

Please sign in to comment.