Skip to content

Commit

Permalink
fix: added /v1/rooms prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
KimDoubleB committed Jul 30, 2024
1 parent c73925e commit 644feec
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 @@ import java.util.UUID

@Validated
@RestController
@RequestMapping("/room/{roomUid}/votes")
@RequestMapping("/v1/rooms/{roomUid}/votes")
class VoteApi(
private val voteUseCase: VoteUseCase,
private val roomUseCase: RoomUseCase,
Expand Down

0 comments on commit 644feec

Please sign in to comment.