We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36e95b0 + 90f5922 commit 7e7af1eCopy full SHA for 7e7af1e
1 file changed
src/main/java/com/project/submate/config/CorsConfig.java
@@ -16,7 +16,7 @@ public void addCorsMappings(CorsRegistry registry) {
16
registry.addMapping("/**")
17
.allowedOrigins(
18
"http://localhost:3000",
19
- "chill-coders-web-8cel.vercel.app"
+ "https://chill-coders-web-8cel.vercel.app"
20
)
21
.allowedMethods("*")
22
.allowedHeaders("*")
0 commit comments