Skip to content

Commit

Permalink
refactor : (#20) Modify the controller url
Browse files Browse the repository at this point in the history
  • Loading branch information
qkrwndnjs1075 committed Jan 9, 2025
1 parent e5a072a commit d44cfd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class NoticeController(
deleteNoticeService.deleteNotice(noticeId)
}

@GetMapping("/all")
@GetMapping
fun getAllNotices(): List<NoticeQueryResponse> {
return getAllNoticesService.getAllNotices()
}
Expand Down

0 comments on commit d44cfd9

Please sign in to comment.