Skip to content

Commit c10b983

Browse files
committed
Fix: preview 도메인 삭제
1 parent 372250a commit c10b983

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/UMC/news/newsIntelligent/global/config/security/SecurityConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ public CorsConfigurationSource corsConfigurationSource() {
7979
"http://localhost:5173",
8080
"https://newsintelligent.site",
8181
"https://www.newsintelligent.site",
82-
"https://api.newsintelligent.site",
83-
"https://*.vercel.app"
82+
"https://api.newsintelligent.site"
8483
));
8584
config.setAllowedMethods(List.of("GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"));
8685
config.setAllowedHeaders(List.of("*"));

0 commit comments

Comments
 (0)