added next
This commit is contained in:
@@ -14,6 +14,6 @@ import de.jottyfan.bico.modules.CommonController;
|
||||
public class IndexController extends CommonController {
|
||||
@GetMapping("/")
|
||||
public String getIndex() {
|
||||
return "redirect:/sheet";
|
||||
return "redirect:/next";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user