Skip to content

Commit

Permalink
refactor : 관리자페이지 - 북마크 통계 컨트롤러 메소드 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyaak committed Aug 25, 2024
1 parent 218e026 commit 5c6b2bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public String user(Model model) {

@GetMapping("/bookmark")
@Secured("ADMIN")
public String stat(Model model) {
public String bookmark(Model model) {
model.addAttribute("bookmarkStats", adminService.getBookmarkStats());
return "admin/bookmark";
}
Expand Down

0 comments on commit 5c6b2bb

Please sign in to comment.