diff --git a/dictation_server/src/gateways/sendgrid/sendgrid.service.ts b/dictation_server/src/gateways/sendgrid/sendgrid.service.ts index c1975b5..b3eff66 100644 --- a/dictation_server/src/gateways/sendgrid/sendgrid.service.ts +++ b/dictation_server/src/gateways/sendgrid/sendgrid.service.ts @@ -75,7 +75,7 @@ export class SendGridService { privateKey, ); const domains = this.configService.get('APP_DOMAIN'); - const path = 'mail-confirm/'; + const path = 'mail-confirm/user/'; return { subject: 'Verify your new account',