We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da613f6 commit f5847f8Copy full SHA for f5847f8
core/src/main/java/com/mbtips/common/configuration/SecurityConfiguration.java
@@ -47,9 +47,7 @@ public SecurityFilterChain configure(HttpSecurity http) throws Exception {
47
public CorsConfigurationSource corsConfiguration() {
48
CorsConfiguration corsConfiguration = new CorsConfiguration();
49
corsConfiguration.setAllowedOrigins(List.of(
50
- "*",
51
- "http://34.47.114.108:3000",
52
- "https://mbitips.kr"
+ "*"
53
));
54
corsConfiguration.setAllowCredentials(true);
55
corsConfiguration.setAllowedHeaders(List.of("*"));
0 commit comments