Skip to content

Commit

Permalink
update :: 이메일 url 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
Umjiseung committed Apr 30, 2024
1 parent a64af6b commit 1067116
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class SendMailService(

private fun createMailTemplate(email: String, code: String): String {
val context = Context()
val url = "https://server.gauth.co.kr/email/authentication?email=${email}&uuid=${code}"
val url = "https://port-0-gauth-backend-85phb42bluutn9a7.sel5.cloudtype.app/email/authentication?email=${email}&uuid=${code}"
context.setVariables(mapOf(
"url" to url
))
Expand Down

0 comments on commit 1067116

Please sign in to comment.