From 5f5295dcb4e3c2a09b02d32dd9354fcc85676b6d Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Wed, 18 Mar 2026 18:28:23 -0500 Subject: [PATCH] fixed format --- src/user/user.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/user.controller.ts b/src/user/user.controller.ts index 075cf98..d7d98cc 100644 --- a/src/user/user.controller.ts +++ b/src/user/user.controller.ts @@ -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(); }