Skip to content

Commit 5df7112

Browse files
committed
docs: update login redirect url
1 parent 6775af6 commit 5df7112

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user-service/user-application/app-api/src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ server:
6161
port: 8085
6262

6363
frontend:
64-
# url: https://quizy-fe.vercel.app
65-
url: http://localhost:5173
64+
url: https://quizy-fe.vercel.app
65+
# url: http://localhost:5173
6666

6767
#logging:
6868
# level:
@@ -116,8 +116,8 @@ springdoc:
116116
enable-spring-security: true
117117

118118
frontend:
119-
# url: https://quizy-fe.vercel.app
120-
url: http://localhost:5173
119+
url: https://quizy-fe.vercel.app
120+
# url: http://localhost:5173
121121

122122
#logging:
123123
# level:

0 commit comments

Comments
 (0)