Skip to content

Commit 02f7973

Browse files
committed
Chore: api url 수정
1 parent d4e567b commit 02f7973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/src/main/java/com/threegap/bitnagil/data/emotion/service/EmotionService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ interface EmotionService {
1919
@Body request: RegisterEmotionRequest,
2020
): BaseResponse<RegisterEmotionResponse>
2121

22-
@GET("/api/v2/{searchDate}")
22+
@GET("/api/v2/emotion-marbles/{searchDate}")
2323
suspend fun fetchTodayEmotion(
2424
@Path("searchDate") date: String,
2525
): BaseResponse<TodayEmotionResponseDto>

0 commit comments

Comments
 (0)