diff --git a/src/games/controllers/games.lobby.controller.ts b/src/games/controllers/games.lobby.controller.ts index 95febb3..a8abb3b 100644 --- a/src/games/controllers/games.lobby.controller.ts +++ b/src/games/controllers/games.lobby.controller.ts @@ -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(