diff --git a/srcs/requirements/nestjs/api_back/src/game/game.controller.ts b/srcs/requirements/nestjs/api_back/src/game/game.controller.ts index 7a53b36e..09d1a650 100644 --- a/srcs/requirements/nestjs/api_back/src/game/game.controller.ts +++ b/srcs/requirements/nestjs/api_back/src/game/game.controller.ts @@ -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)