putain LE NOM DE LA FONCTION
This commit is contained in:
parent
0419cc5b1a
commit
7848f9d4b0
@ -63,7 +63,7 @@ export class UserController {
|
||||
@ApiResponse({ status: 400, description: 'ID invalide' })
|
||||
@ApiResponse({ status: 403, description: 'Accès refusé' })
|
||||
@ApiResponse({ status: 200, description: 'Compte validé avec succès' })
|
||||
validerUtilisateur(
|
||||
validate(
|
||||
@Param('id') id: string,
|
||||
@User() currentUser: Users,
|
||||
@Body('comment') comment?: string,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user