fix redirect for dashboard page
This commit is contained in:
@@ -88,6 +88,8 @@ public class WebConfiguration implements WebMvcConfigurer, HardcodedValues, Prop
|
||||
|
||||
registry.addViewController("/").setViewName("forward:/index.html");
|
||||
registry.addViewController("/vis").setViewName("forward:/index.html");
|
||||
registry.addViewController("/dashboard").setViewName("forward:/index.html");
|
||||
registry.addViewController("/dashboard/**").setViewName("forward:/index.html");
|
||||
registry.addViewController("/upload").setViewName("forward:/index.html");
|
||||
registry.addViewController("/help").setViewName("forward:/index.html");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user