Correct HAL Browser location to reflect version of web jar

See gh-8382
pull/8228/merge
Andy Wilkinson 8 years ago
parent 7e6ad316aa
commit 3164330139

@ -54,7 +54,7 @@ public class HalBrowserMvcEndpoint extends HalJsonMvcEndpoint
new HalBrowserLocation("classpath:/META-INF/spring-data-rest/hal-browser/",
"index.html"),
new HalBrowserLocation(
"classpath:/META-INF/resources/webjars/hal-browser/9f96c74/",
"classpath:/META-INF/resources/webjars/hal-browser/3325375/",
"browser.html") };
private HalBrowserLocation location;

Loading…
Cancel
Save