Skip to content

Commit

Permalink
fix: bookmark controller /api 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JuneParkCode committed Aug 23, 2024
1 parent ddce1e4 commit 6d75eda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/bookmark")
@RequestMapping("/api/bookmark")
public class BookmarkController {
private final BookmarkService bookmarkService;

Expand Down

0 comments on commit 6d75eda

Please sign in to comment.