new ep uso and new ep in costo

This commit is contained in:
2026-02-25 13:01:34 -06:00
6 changed files with 42 additions and 5 deletions
-1
View File
@@ -28,7 +28,6 @@ export class UserController {
return this.userService.getAllPerfil();
}
@UseGuards(JwtAuthGuard)
@Post()
async Login(@Body() data: Login, @Res() res: Response) {
return this.userService.Login(data, res);