Skip to content

Commit 8fdfe16

Browse files
committed
fix: CORS 수정
1 parent 89fad84 commit 8fdfe16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jwt:
4343
cors:
4444
origin:
4545
- "http://localhost:3000"
46-
- "https://api-dev.eatda.net"
46+
- "https://dev.eatda.net"
4747

4848
oauth:
4949
client-id: ${OAUTH_CLIENT_ID}

0 commit comments

Comments
 (0)