Skip to content

Commit 33ef51d

Browse files
committed
bugfixing
1 parent 3f9f5db commit 33ef51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/woehlke/java/simpleworklist/config/WebMvcConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public void addInterceptors(@NotNull InterceptorRegistry registry) {
108108
}
109109

110110
public void addViewControllers(@NotNull ViewControllerRegistry registry) {
111-
registry.addViewController("/").setViewName("redirect:/taskstate/inbox");
112-
registry.addViewController("/home").setViewName("redirect:/taskstate/inbox");
111+
registry.addViewController("/").setViewName("redirect:/taskstate/today");
112+
registry.addViewController("/home").setViewName("redirect:/taskstate/today");
113113
}
114114

115115
public void addResourceHandlers(@NotNull ResourceHandlerRegistry registry) {

0 commit comments

Comments
 (0)