Skip to content

Commit 162c918

Browse files
committed
fix: yaml 보안 설정 추가
1 parent d2628cc commit 162c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-remote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ cache:
5555

5656
app:
5757
cors:
58-
allowed-origins: ${APP_CORS_ORIGINS}
58+
allowed-origins: ${APP_CORS_ORIGINS:}

0 commit comments

Comments
 (0)