feat: 최근 공지사항 API 추가
This commit is contained in:
@@ -35,4 +35,7 @@ class ServiceNoticeController(private val service: ServiceNoticeService) {
|
||||
|
||||
@GetMapping
|
||||
fun getNoticeList(pageable: Pageable, timezone: String) = ApiResponse.ok(service.getNoticeList(pageable, timezone))
|
||||
|
||||
@GetMapping("/latest")
|
||||
fun getLatestNotice() = ApiResponse.ok(service.getLatestNotice())
|
||||
}
|
||||
|
Reference in New Issue
Block a user