Skip to content

Commit 0e7623e

Browse files
committed
config: React 빌드 환경(3000 포트)을 CORS 경로에 추가
1 parent aa44b7d commit 0e7623e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spring:
2424
token-uri: https://kauth.kakao.com/oauth/token
2525
user-info-uri: https://kapi.kakao.com/v2/user/me
2626
user-name-attribute: id
27-
allowed-origins: http://localhost:63342,http://localhost:63343,http://localhost:8080,http://localhost:5500,http://localhost:5173,https://investfuture.my
27+
allowed-origins: http://localhost:63342,http://localhost:63343,http://localhost:8080,http://localhost:5500,http://localhost:5173,http://localhost:3000,https://investfuture.my
2828
endpoints:
2929
public:
3030
paths: /api/login,/api/asset,/api/oauth2,/api/healthcheck,/api/coin/realtime,/api/coin/min,/api/minute-ohlc,/api/swagger,/h2-console,/actuator,/test

0 commit comments

Comments
 (0)