config: 서버설정 반영-cors port 추가

dev
minuk926 3 years ago
parent 0b3c581e0b
commit bc9da38aae

@ -68,7 +68,7 @@ spring:
# Spring Security cors 설정 :: CorsConfiguration 설정 값 # Spring Security cors 설정 :: CorsConfiguration 설정 값
cors: cors:
allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost,http://211.119.124.9
allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-methods: GET,POST,PUT,DELETE,OPTIONS
allowed-headers: '*' allowed-headers: '*'
max-age: 3600 max-age: 3600

Loading…
Cancel
Save