Skip to content
Snippets Groups Projects
Commit e502b98d authored by ["Younes MHARRECH"]'s avatar ["Younes MHARRECH"]
Browse files

coquille

parent a30cbdf1
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ export class UsersController { ...@@ -31,7 +31,7 @@ export class UsersController {
return this.usersService.remove(id, req.user); return this.usersService.remove(id, req.user);
} }
/*@UseGuards(JwtAuthGuard)*/ @UseGuards(JwtAuthGuard)
@Post('profil') @Post('profil')
async createUser(@Request() req) { async createUser(@Request() req) {
return this.usersService.createUser(req.body); return this.usersService.createUser(req.body);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment