From 3d43a73a22f97bd7699b2d46464583b981c1eb0f Mon Sep 17 00:00:00 2001 From: HMWG Date: Fri, 6 Dec 2024 17:25:55 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20login=20redirect=20url=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app-api/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user-service/user-application/app-api/src/main/resources/application.yml b/user-service/user-application/app-api/src/main/resources/application.yml index beb67c59..d66b6247 100644 --- a/user-service/user-application/app-api/src/main/resources/application.yml +++ b/user-service/user-application/app-api/src/main/resources/application.yml @@ -61,7 +61,7 @@ server: port: 8085 frontend: - url: http://localhost:5173 + url: https://quizy-fe.vercel.app #logging: # level: @@ -115,7 +115,7 @@ springdoc: enable-spring-security: true frontend: - url: http://localhost:5173 + url: https://quizy-fe.vercel.app #logging: # level: