chore: redirect user after payment gateway
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user