Ajout structure de jeu

This commit is contained in:
2024-12-08 16:34:06 +01:00
parent 0d96b78c33
commit b93b8b4c04
12 changed files with 124 additions and 8 deletions

View File

@ -4,8 +4,8 @@ import { ApiOkResponse, ApiTags } from '@nestjs/swagger'
import { AuthEntity } from './entity/auth.entity'
import { LoginDto } from './dto/login.dto'
@Controller('auth')
@ApiTags('auth')
@Controller('auth')
export class AuthController {
constructor(private readonly authService: AuthService) {}