diff --git a/BE/src/auth/auth.controller.ts b/BE/src/auth/auth.controller.ts index 98c3d7ad..8fcdf300 100644 --- a/BE/src/auth/auth.controller.ts +++ b/BE/src/auth/auth.controller.ts @@ -16,7 +16,7 @@ import { ConfigService } from '@nestjs/config'; import { AuthService } from './auth.service'; import { AuthCredentialsDto } from './dto/auth-credentials.dto'; -@Controller('auth') +@Controller('/api/auth') export class AuthController { constructor( private authService: AuthService,