From a60ffabdf1aa76c97570317540d64fb00e3cedee Mon Sep 17 00:00:00 2001 From: Jeonghoon Rho Date: Tue, 21 Nov 2023 19:47:31 +0900 Subject: [PATCH] Update auth.service.ts --- src/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.service.ts b/src/auth/auth.service.ts index bafea3f..3ed034d 100644 --- a/src/auth/auth.service.ts +++ b/src/auth/auth.service.ts @@ -208,7 +208,7 @@ export class AuthService { if (!univ) throw new BadRequestException('올바르지 않은 이메일입니다.'); try { - const endpoint = 'http://54.180.85.164:3080/auth/check/email'; + const endpoint = 'https://api.blurting.devkor.club/auth/check/email'; await this.mailerService.sendMail({ from: process.env.MAIL_USER, to: to,