refactor(home): 홈 추천 요청 DTO 패키지를 이동한다
This commit is contained in:
@@ -4,7 +4,7 @@ import kr.co.vividnext.sodalive.common.ApiResponse
|
||||
import kr.co.vividnext.sodalive.common.SodaException
|
||||
import kr.co.vividnext.sodalive.member.Member
|
||||
import kr.co.vividnext.sodalive.v2.api.home.application.HomeRecommendationFacade
|
||||
import kr.co.vividnext.sodalive.v2.api.home.dto.FollowRecommendedCreatorsRequest
|
||||
import kr.co.vividnext.sodalive.v2.api.home.dto.recommendation.FollowRecommendedCreatorsRequest
|
||||
import kr.co.vividnext.sodalive.v2.recommend.application.RecommendedCreatorFollowService
|
||||
import org.springframework.security.core.annotation.AuthenticationPrincipal
|
||||
import org.springframework.web.bind.annotation.GetMapping
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package kr.co.vividnext.sodalive.v2.api.home.dto
|
||||
package kr.co.vividnext.sodalive.v2.api.home.dto.recommendation
|
||||
|
||||
data class FollowRecommendedCreatorsRequest(
|
||||
val creatorIds: List<Long>?
|
||||
Reference in New Issue
Block a user