feat : working on word submission

This commit is contained in:
2024-12-29 01:17:19 +01:00
parent 3a513042f4
commit de8b4c5000
17 changed files with 164 additions and 19 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import {
UseGuards,
} from '@nestjs/common';
import { LobbyService } from '../services/lobby.service';
import { AuthGuard } from '../guards/auth.guard';
import { AuthGuard } from '../../users/guards/auth.guard';
import { ApiOperation, ApiResponse, ApiTags } from '@nestjs/swagger';
import { Game } from '../entities/game.entity';
import { GamePipe, GameStartedPipe } from '../pipe/game.pipe';