delete coments

This commit is contained in:
2026-02-20 14:30:41 -06:00
parent 384830aea7
commit fe0b7762e7
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export class UserController {
@UseGuards(JwtAuthGuard)
@Get('/validate-token')
getProfile(@Req() req) {
return req.user;
return req.user.role;
}
@Post('/create')