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.
2 parents d6a8a3d + 8f8991e commit 8e15cc3Copy full SHA for 8e15cc3
src/main/kotlin/andreas311/miso/global/config/web/WebMvcConfig.kt
@@ -10,7 +10,7 @@ class WebMvcConfig : WebMvcConfigurer {
10
override fun addCorsMappings(registry: CorsRegistry) {
11
12
registry.addMapping("/**")
13
- .allowedOrigins("https://miso-admin.vercel.app")
+ .allowedOrigins("https://miso-admin.vercel.app", "http://localhost:5173")
14
.allowedMethods("*")
15
.allowedHeaders("*")
16
.allowCredentials(true)
0 commit comments