fixed format

This commit is contained in:
2026-03-18 18:28:23 -05:00
parent 70e1e2d7bf
commit 5f5295dcb4
+1 -1
View File
@@ -37,7 +37,7 @@ export class UserController {
@UseGuards(JwtAuthGuard, RolesGuard)
@Roles(Role.ADMINISTRADOR, Role.SUPER_ADMINISTRADOR)
@Get('/perfil')
@Get('/perfil')
async getAllPerfil() {
return this.userService.getAllPerfil();
}