[api] swagger 셋팅중
- cors 화이트리스트 허용방식 변경
This commit is contained in:
@@ -20,6 +20,24 @@ jwt:
|
||||
cookie:
|
||||
secure: true # 프로젝트 환경 (HTTPS)
|
||||
|
||||
cors:
|
||||
allowed-origins:
|
||||
- "http://localhost"
|
||||
- "http://localhost:8100"
|
||||
- "http://localhost:8101"
|
||||
- "http://localhost:8102"
|
||||
- "http://localhost:8103"
|
||||
- "http://localhost:8104"
|
||||
- "http://localhost:8105"
|
||||
- "http://localhost:8108"
|
||||
- "https://wwwl-alist.pjt.kr"
|
||||
- "https://engl-alist.pjt.kr"
|
||||
- "https://admin-alist.pjt.kr"
|
||||
- "https://wwwc-alist.pjt.kr"
|
||||
- "https://class-alist.pjt.kr"
|
||||
- "https://student-alist.pjt.kr"
|
||||
- "https://storybook-alist.pjt.kr"
|
||||
|
||||
swagger:
|
||||
login:
|
||||
id: ${SWAGGER_ID}
|
||||
|
||||
Reference in New Issue
Block a user