@@ -195,7 +195,7 @@ export class LobbyController {
|
|||||||
return await this.lobbyService.leaveGame(game, session.user);
|
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" })
|
@ApiOperation({ summary: "Leave a game that hasn't already started" })
|
||||||
@UseGuards(AuthGuard)
|
@UseGuards(AuthGuard)
|
||||||
async kick(
|
async kick(
|
||||||
|
|||||||
Reference in New Issue
Block a user