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 6eaffa0 commit cee2da1Copy full SHA for cee2da1
src/main/java/cloudcomputinginha/demo/config/auth/SecurityConfig.java
@@ -36,6 +36,7 @@ public SecurityFilterChain filterChain(HttpSecurity httpSecurity) throws Excepti
36
public CorsConfiguration getCorsConfiguration(HttpServletRequest request) {
37
CorsConfiguration configuration = new CorsConfiguration();
38
configuration.setAllowedOrigins(List.of(
39
+ "http://localhost:8080",
40
"http://localhost:3000",
41
"https://cloud-computing-fe-two.vercel.app",
42
"http://127.0.0.1:5500",
0 commit comments