Push avant master

This commit is contained in:
batche
2022-12-22 18:41:21 +01:00
parent 4a322e9814
commit 43ee8ee29b

View File

@@ -67,15 +67,6 @@ export class GameController {
}
@Get('spectator')
@UseGuards(AuthenticateGuard)
@UseGuards(TwoFactorGuard)
async findWtyatchableMatches()
{
return this.gameService.findWatchableMatches()
}
@Get('invitations')
@UseGuards(AuthenticateGuard)
@UseGuards(TwoFactorGuard)