Update/root url (#136)

* handle root url

* add handler file

* fix compilation bug

* fix compilation error

* attempt redirect

* add query param of hostname

* add name to root query params

* cleanup
This commit is contained in:
Lucy
2023-06-19 14:53:06 -06:00
committed by GitHub
parent 683b9d1712
commit e4cd1bae09
4 changed files with 22 additions and 10 deletions

View File

@@ -154,7 +154,6 @@ import Database.Persist ((==.))
import Database.Persist (selectFirst)
import Database.Persist (entityVal)
-- | The foundation datatype for your application. This can be a good place to
-- keep settings and values requiring initialization before your application
-- starts running, such as database connections. Every handler will have