forked from janek/compareware
Changed startpage to tasks index
This commit is contained in:
parent
d815ce76e0
commit
74dfd6d368
|
@ -10,7 +10,7 @@ import Web.Controller.Static
|
||||||
|
|
||||||
instance FrontController WebApplication where
|
instance FrontController WebApplication where
|
||||||
controllers =
|
controllers =
|
||||||
[ startPage WelcomeAction
|
[ startPage TasksAction
|
||||||
-- Generator Marker
|
-- Generator Marker
|
||||||
, parseRoute @TasksController
|
, parseRoute @TasksController
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue