Push avant master
This commit is contained in:
@@ -67,15 +67,6 @@ export class GameController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Get('spectator')
|
|
||||||
@UseGuards(AuthenticateGuard)
|
|
||||||
@UseGuards(TwoFactorGuard)
|
|
||||||
async findWtyatchableMatches()
|
|
||||||
{
|
|
||||||
return this.gameService.findWatchableMatches()
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@Get('invitations')
|
@Get('invitations')
|
||||||
@UseGuards(AuthenticateGuard)
|
@UseGuards(AuthenticateGuard)
|
||||||
@UseGuards(TwoFactorGuard)
|
@UseGuards(TwoFactorGuard)
|
||||||
|
|||||||
Reference in New Issue
Block a user