Skip to content

Commit e3f1d10

Browse files
committed
fix: 백엔드 배포환경 url 수정
1 parent 78b08c6 commit e3f1d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ custom:
6868
prod:
6969
cookieDomain: ${BASE_URL}
7070
frontUrl: "https://www.${custom.prod.cookieDomain}"
71-
backUrl: "https://${custom.prod.cookieDomain}"
71+
backUrl: "https://api.${custom.prod.cookieDomain}"
7272
site:
7373
cookieDomain: "${custom.dev.cookieDomain}"
7474
frontUrl: "${custom.dev.frontUrl}"

0 commit comments

Comments
 (0)