[api] swagger 셋팅중

- cors 화이트리스트 허용방식 변경
This commit is contained in:
2026-02-26 11:10:00 +09:00
parent 2799a61380
commit 63ae5ed6c9
9 changed files with 153 additions and 82 deletions
-17
View File
@@ -20,23 +20,6 @@ jwt:
cookie:
secure: true # 프로젝트 환경 (HTTPS)
cors:
allowed-origins:
- "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}