Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalganjjm committed Jun 18, 2024
1 parent 57752f9 commit 74dba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/common/config/WebMvcConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
import java.util.*;

@Configuration
@ComponentScan(basePackages = { "common", "naturaljs.builder" }, includeFilters = {
@ComponentScan(basePackages = { "common" }, includeFilters = {
@ComponentScan.Filter(type = FilterType.ANNOTATION, value = Controller.class) })
public class WebMvcConfig implements WebMvcConfigurer {

Expand Down

0 comments on commit 74dba34

Please sign in to comment.