We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa44b7d commit 0e7623eCopy full SHA for 0e7623e
1 file changed
src/main/resources/application.yml
@@ -24,7 +24,7 @@ spring:
24
token-uri: https://kauth.kakao.com/oauth/token
25
user-info-uri: https://kapi.kakao.com/v2/user/me
26
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
+ allowed-origins: http://localhost:63342,http://localhost:63343,http://localhost:8080,http://localhost:5500,http://localhost:5173,http://localhost:3000,https://investfuture.my
28
endpoints:
29
public:
30
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