fix: signup confirmation

This commit is contained in:
Ahmed Bouhuolia
2026-02-23 00:37:56 +02:00
parent 80e545072d
commit ce9f2a238f
8 changed files with 21 additions and 14 deletions

View File

@@ -65,7 +65,7 @@ export class AuthController {
return this.authApp.signUp(signupDto);
}
@Post('/signup/confirm')
@Post('/signup/verify')
@ApiOperation({ summary: 'Confirm user signup' })
@ApiBody({
schema: {