[api] swagger 셋팅중
- cors 추가
This commit is contained in:
@@ -23,12 +23,12 @@ public class CorsConfig {
|
|||||||
"http://localhost:8103",
|
"http://localhost:8103",
|
||||||
"http://localhost:8104",
|
"http://localhost:8104",
|
||||||
"http://localhost:8105",
|
"http://localhost:8105",
|
||||||
"https://wwwL-ALlist.pjt.kr",
|
"https://wwwl-alist.pjt.kr",
|
||||||
"https://engL-ALlist.pjt.kr",
|
"https://engl-alist.pjt.kr",
|
||||||
"https://admin-ALlist.pjt.kr",
|
"https://admin-alist.pjt.kr",
|
||||||
"https://v-Campus-ALlist.pjt.kr",
|
"https://wwwc-alist.pjt.kr",
|
||||||
"https://class-ALlist.pjt.kr",
|
"https://class-alist.pjt.kr",
|
||||||
"https://student-ALlist.pjt.kr"
|
"https://student-alist.pjt.kr"
|
||||||
));
|
));
|
||||||
|
|
||||||
configuration.setAllowCredentials(true);
|
configuration.setAllowCredentials(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user