We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90b141f commit f890244Copy full SHA for f890244
src/main/java/com/memesphere/global/config/CorsMvcConfig.java
@@ -10,6 +10,6 @@ public class CorsMvcConfig implements WebMvcConfigurer {
10
@Override
11
public void addCorsMappings(CorsRegistry corsRegistry) {
12
corsRegistry.addMapping("/**")
13
- .allowedOrigins("http://localhost:3000", "http://15.164.103.195");
+ .allowedOrigins("http://localhost:5173", "http://15.164.103.195");
14
}
15
0 commit comments