chore: redirect user after payment gateway

This commit is contained in:
mahyargdz
2025-02-24 15:20:01 +03:30
parent 3b0120d338
commit d563c254e2
5 changed files with 44 additions and 35 deletions
-1
View File
@@ -68,7 +68,6 @@ export class UsersController {
/************************************************************ */
@ApiOperation({ summary: "Verify email" })
@HttpCode(HttpStatus.PERMANENT_REDIRECT)
@Get("verify-email")
verifyEmail(@Query() queryDto: EmailVerifyQueryDto, @Res({ passthrough: true }) rep: FastifyReply) {
return this.usersService.verifyEmail(queryDto, rep);