Fix : 수정

This commit is contained in:
lsh9672
2025-06-12 16:37:37 +09:00
parent 56e9201693
commit a3bf73d626
2 changed files with 8 additions and 2 deletions
@@ -25,5 +25,6 @@ public class WebConfig implements WebMvcConfigurer {
registry.addResourceHandler("/static/**")
.addResourceLocations("classpath:/static/");
}
}