Correct HAL Browser location to reflect version of web jar
See gh-8382
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user