Skip to content

Commit

Permalink
빌드 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
melonturtle authored Dec 1, 2023
1 parent e70e30c commit 46ce6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/life/offonoff/ab/config/WebConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ public void addArgumentResolvers(List<HandlerMethodArgumentResolver> resolvers)

@Override
public void addResourceHandlers(ResourceHandlerRegistry registry) {
registry.addResourceHandler("/resources/**").addResourceLocations("classpath:/resources/static/");
registry.addResourceHandler("/**").addResourceLocations("classpath:/resources/");
}
}

0 comments on commit 46ce6cb

Please sign in to comment.