콘텐츠 메인
- 라이브 다시듣기 탭 UI 페이지 생성
This commit is contained in:
@@ -19,6 +19,6 @@ final class ContentMainTabAsmrRepository {
|
||||
}
|
||||
|
||||
func getPopularContentByCreator(creatorId: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.getPopularContentByCreator(creatorId: creatorId))
|
||||
return api.requestPublisher(.getPopularAsmrContentByCreator(creatorId: creatorId))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user