We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c6c92e + 732bce7 commit 8b61f47Copy full SHA for 8b61f47
1 file changed
โsrc/main/java/clovar/howkiki/global/config/SecurityConfig.javaโ
@@ -26,7 +26,9 @@ public CorsConfigurationSource corsConfigurationSource() {
26
"http://localhost:3000",
27
"http://localhost:3001",
28
"https://localhost:3001/",
29
- "https://howkiki.netlify.app")); // ํ๋ก ํธ ๋ฐฐํฌ ํ ์ฃผ์ ์ถ๊ฐ
+ "https://howkiki.netlify.app",
30
+ "https://silver-tiramisu-633e4a.netlify.app/",
31
+ "https://app.netlify.com/sites/kikibot/overview")); // ํ๋ก ํธ ๋ฐฐํฌ ํ ์ฃผ์ ์ถ๊ฐ
32
33
configuration.setAllowedMethods(List.of("*"));
34
configuration.setAllowedHeaders(List.of("*"));
@@ -50,4 +52,4 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti
50
52
);
51
53
return http.build();
54
}
-}
55
+}
0 commit comments