Skip to content

Commit

Permalink
:update: 이메일 인증 URL 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
enbraining committed Nov 15, 2024
1 parent e06a472 commit 6fed5c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class SendMailService(
private fun createMailTemplate(email: String, code: String): String {
val context = Context()

val url = "https://port-0-gauth-backend-85phb42bluutn9a7.sel5.cloudtype.app/email/authentication?email=$email&uuid=$code"
val url = "https://server-gauth.msg-team.com/email/authentication?email=$email&uuid=$code"

context.setVariables(
mapOf(
Expand Down

0 comments on commit 6fed5c1

Please sign in to comment.