From ef1181bad6cda9695c66262783dfa48a3530ab63 Mon Sep 17 00:00:00 2001 From: dungbik Date: Sat, 14 Mar 2026 22:47:15 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=B9=84=EB=B0=80=EB=B2=88=ED=98=B8=20?= =?UTF-8?q?=EC=9E=AC=EC=84=A4=EC=A0=95=20=EB=A7=81=ED=81=AC=20path=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 539071c..be7129b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -69,7 +69,7 @@ app: client: url: ${APP_CLIENT_URL:http://localhost:3000} paths: - password-reset: /password-reset + password-reset: /reset-password social-link-success: /social-link/success social-link-failure: /social-link/failure social-link-conflict: /social-link/conflict