[api] swagger 셋팅중

- cors 추가
This commit is contained in:
2026-02-26 09:19:25 +09:00
parent 9a03ff19d1
commit 936c26c787
@@ -23,12 +23,12 @@ public class CorsConfig {
"http://localhost:8103",
"http://localhost:8104",
"http://localhost:8105",
"https://wwwL-ALlist.pjt.kr",
"https://engL-ALlist.pjt.kr",
"https://admin-ALlist.pjt.kr",
"https://v-Campus-ALlist.pjt.kr",
"https://class-ALlist.pjt.kr",
"https://student-ALlist.pjt.kr"
"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"
));
configuration.setAllowCredentials(true);