fix: cors Sesurity 적용

dev
minuk926 2 years ago
parent 66672777ac
commit 7c81ae30a1

@ -68,7 +68,7 @@ spring:
# Spring Security cors 설정 :: CorsConfiguration 설정 값 # Spring Security cors 설정 :: CorsConfiguration 설정 값
cors: cors:
allowed-origins: http://localhost:3000,http://localhost,http://211.119.124.9 allowed-origins: http://localhost:3000,http://localhost
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