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