콘텐츠 메인 단편 탭
- 채널별 추천 단편 API 변경
This commit is contained in:
@@ -37,6 +37,6 @@ final class ContentMainTabContentRepository {
|
||||
}
|
||||
|
||||
func getPopularContentByCreator(creatorId: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return api.requestPublisher(.getPopularContentByCreator(creatorId: creatorId))
|
||||
return api.requestPublisher(.getContentMainContentPopularContentByCreator(creatorId: creatorId))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user