config: config set

main
minuk926 2 years ago
parent f7b9b71d7f
commit d47f6a54b6

@ -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.107,,http://211.119.124.107:3000 allowed-origins: http://localhost:3000,http://localhost,http://211.119.124.107,http://211.119.124.107:3000
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