feat : 거주자/장애인 심사자 심사 반영

dev
minuk926 3 years ago
parent 1ddc6c695e
commit 6025a3fc76

@ -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,http://211.119.124.9 allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost,http://211.119.124.9,http://211.119.124.9:8090
allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-methods: GET,POST,PUT,DELETE,OPTIONS
allowed-headers: '*' allowed-headers: '*'
max-age: 3600 max-age: 3600

@ -17,7 +17,7 @@ api:
file: file:
cmm: cmm:
upload: upload:
root: /data/file/upload root: c:/data/file/upload
# root: /Users/minuk/data/file/upload # root: /Users/minuk/data/file/upload
# 공지사항 # 공지사항
path: /kangnamSIM/simUpFile path: /kangnamSIM/simUpFile

Loading…
Cancel
Save