mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-12-16 05:12:00 +09:00
Edited templates to reference new resources routes (#19)
This commit is contained in:
@@ -14,7 +14,6 @@ public class MvcConfig implements WebMvcConfigurer {
|
||||
|
||||
@Override
|
||||
public void addResourceHandlers(ResourceHandlerRegistry registry) {
|
||||
System.out.println("ADDING");
|
||||
registry.addResourceHandler("/" + properties.getBaseUrl() + "/**")
|
||||
.addResourceLocations("classpath:/static/");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user