Skip to content

Commit 59b3983

Browse files
committed
feat: cors 경로 추가
1 parent 481d66d commit 59b3983

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/src/main/resources/application-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ custom:
4040
allowed-origins:
4141
- ${FRONTEND_URL}
4242
- ${BACKEND_URL}
43+
- http://localhost:3000
44+
- http://localhost:5173 # 프론트 배포 후 제거
4345
allowed-methods:
4446
- GET
4547
- POST

0 commit comments

Comments
 (0)