Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Nov 22, 2023
2 parents 3517f81 + a60ffab commit 4b27281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4b27281

Please sign in to comment.