콘텐츠 메인 단편 탭

- 채널별 추천 단편 API 변경
This commit is contained in:
Yu Sung
2025-02-26 18:57:38 +09:00
parent 1474c70e88
commit f980089dc3
2 changed files with 10 additions and 2 deletions

View File

@@ -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))
}
}