new ep uso and new ep in costo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user