Changed startpage to tasks index

This commit is contained in:
Marc Scholten 2023-04-16 12:33:46 +02:00
parent d815ce76e0
commit 74dfd6d368
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import Web.Controller.Static
instance FrontController WebApplication where
controllers =
[ startPage WelcomeAction
[ startPage TasksAction
-- Generator Marker
, parseRoute @TasksController
]