Skip to content

Commit

Permalink
Merge pull request #191 from hellokitty-coding-club/fix/create-missio…
Browse files Browse the repository at this point in the history
…n-endpoint

[FIX] 미션 생성 api endpoint 수정 (#190)
  • Loading branch information
KxxHyoRim authored Nov 9, 2023
2 parents 902fdba + 551978f commit 325e459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ interface MissionService {
@GET("v1/home")
suspend fun getHomeMission(): Response<BaseDTO<SduiDTO>>

@POST("v1/mission")
@POST("v2/mission")
suspend fun postMission(
@Body postMissionRequest: PostMissionRequestDTO
): Response<BaseDTO<PostMissionResponseDTO>>
Expand Down

0 comments on commit 325e459

Please sign in to comment.