Skip to content

Commit e6c7fe8

Browse files
authored
[Fix] CORS 수정
2 parents 25d1488 + 61a74b1 commit e6c7fe8

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)