We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e567b commit 02f7973Copy full SHA for 02f7973
1 file changed
data/src/main/java/com/threegap/bitnagil/data/emotion/service/EmotionService.kt
@@ -19,7 +19,7 @@ interface EmotionService {
19
@Body request: RegisterEmotionRequest,
20
): BaseResponse<RegisterEmotionResponse>
21
22
- @GET("/api/v2/{searchDate}")
+ @GET("/api/v2/emotion-marbles/{searchDate}")
23
suspend fun fetchTodayEmotion(
24
@Path("searchDate") date: String,
25
): BaseResponse<TodayEmotionResponseDto>
0 commit comments