Commit 31643301 authored by Andy Wilkinson's avatar Andy Wilkinson

Correct HAL Browser location to reflect version of web jar

See gh-8382
parent 7e6ad316
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment