dashboard #1

Merged
andi merged 118 commits from dashboard into master 2024-09-29 06:47:35 +00:00
Showing only changes of commit 2b82a6822c - Show all commits

View File

@@ -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");
}