Skip to content

Commit

Permalink
Merge pull request #150 from TeamMiso/develop
Browse files Browse the repository at this point in the history
master 로 머지
  • Loading branch information
uuuuuuuk authored Jan 15, 2024
2 parents dde1ae0 + 8e15cc3 commit 5759dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class WebMvcConfig : WebMvcConfigurer {
override fun addCorsMappings(registry: CorsRegistry) {

registry.addMapping("/**")
.allowedOrigins("https://miso-admin.vercel.app")
.allowedOrigins("https://miso-admin.vercel.app", "http://localhost:5173")
.allowedMethods("*")
.allowedHeaders("*")
.allowCredentials(true)
Expand Down

0 comments on commit 5759dad

Please sign in to comment.