콘텐츠 메인

- 홈 탭 API
This commit is contained in:
2025-02-06 19:06:27 +09:00
parent 05e714fff1
commit 04eb416a73
13 changed files with 763 additions and 6 deletions

View File

@@ -63,4 +63,8 @@ class ServiceNoticeService(private val repository: ServiceServiceNoticeRepositor
return GetNoticeResponse(totalCount, noticeList)
}
fun getLatestNotice(): NoticeTitleItem? {
return repository.getLatestNotice()
}
}