dashboard #1
@@ -88,6 +88,8 @@ public class WebConfiguration implements WebMvcConfigurer, HardcodedValues, Prop
|
|||||||
|
|
||||||
registry.addViewController("/").setViewName("forward:/index.html");
|
registry.addViewController("/").setViewName("forward:/index.html");
|
||||||
registry.addViewController("/vis").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("/upload").setViewName("forward:/index.html");
|
||||||
registry.addViewController("/help").setViewName("forward:/index.html");
|
registry.addViewController("/help").setViewName("forward:/index.html");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user