Fix kick route
release-tag / release-image (push) Successful in 55s

This commit is contained in:
2024-08-25 11:27:36 +02:00
parent ebed0fecaa
commit 3a2a808fc6
@@ -195,7 +195,7 @@ export class LobbyController {
return await this.lobbyService.leaveGame(game, session.user);
}
@Post(':id/kick:/:playerId')
@Post(':id/kick/:playerId')
@ApiOperation({ summary: "Leave a game that hasn't already started" })
@UseGuards(AuthGuard)
async kick(