We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f5db commit 33ef51dCopy full SHA for 33ef51d
src/main/java/org/woehlke/java/simpleworklist/config/WebMvcConfig.java
@@ -108,8 +108,8 @@ public void addInterceptors(@NotNull InterceptorRegistry registry) {
108
}
109
110
public void addViewControllers(@NotNull ViewControllerRegistry registry) {
111
- registry.addViewController("/").setViewName("redirect:/taskstate/inbox");
112
- registry.addViewController("/home").setViewName("redirect:/taskstate/inbox");
+ registry.addViewController("/").setViewName("redirect:/taskstate/today");
+ registry.addViewController("/home").setViewName("redirect:/taskstate/today");
113
114
115
public void addResourceHandlers(@NotNull ResourceHandlerRegistry registry) {
0 commit comments