콘텐츠 메인
- 홈 탭 API
This commit is contained in:
@@ -63,4 +63,8 @@ class ServiceNoticeService(private val repository: ServiceServiceNoticeRepositor
|
||||
|
||||
return GetNoticeResponse(totalCount, noticeList)
|
||||
}
|
||||
|
||||
fun getLatestNotice(): NoticeTitleItem? {
|
||||
return repository.getLatestNotice()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user