Skip to content

Commit

Permalink
webconfig - configuration 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
comody committed Jul 14, 2023
1 parent 067d459 commit e1a5b08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/teo15/picktimebe/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;

@Configuration
public class WebConfig implements WebMvcConfigurer {
@Override
public void addCorsMappings(CorsRegistry registry) {
Expand Down

0 comments on commit e1a5b08

Please sign in to comment.