Skip to content

Commit cd08433

Browse files
authored
fix: cors 이슈 픽스 (#200)
1 parent f806df4 commit cd08433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aics-common/src/main/java/kgu/developers/common/config/SecurityConfig.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ CorsConfigurationSource corsConfigurationSource() {
9797
"http://localhost:8082",
9898
"https://aics-api.ummdev.com",
9999
"https://aics-admin.ummdev.com",
100-
"https://aics-auth.ummdev.com"
100+
"https://aics-auth.ummdev.com",
101+
"https://aics-client-dev.vercel.app/"
101102
));
102103
config.setAllowCredentials(true);
103104
return config;

0 commit comments

Comments
 (0)