Skip to content

Commit

Permalink
Refactor: 미사용 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
noeyoes authored Apr 3, 2024
2 parents d513bc1 + 7d73fe3 commit e295e4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/medicare/neulpeum/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ public class WebMvcConfig implements WebMvcConfigurer {
public void addCorsMappings(CorsRegistry registry) {
registry.addMapping("/**")
.allowedOrigins("http://localhost:3000",
"http://43.202.63.149:3000",
"http://neulpeum.shop",
"http://0.0.0.0:3000")
.allowedMethods("GET","POST","PUT","DELETE", "PATCH");
}
Expand Down

0 comments on commit e295e4c

Please sign in to comment.