@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user