Skip to content

Commit

Permalink
[refactor] api 엔트포인트 bookmarks로 수정 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
elive7 committed Jul 16, 2024
1 parent e3b110a commit 62b889b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import org.springframework.web.bind.annotation.RestController;

@RequiredArgsConstructor
@RequestMapping("/api/v1/bookmark")
@RequestMapping("/api/v1/bookmarks")
@RestController
public class BookmarkController implements BookmarkApi {

Expand Down

0 comments on commit 62b889b

Please sign in to comment.