mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
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:
@@ -186,6 +186,7 @@ import Handler.Admin (
|
||||
postPkgUploadR,
|
||||
)
|
||||
import Handler.Eos (getEosR, getEosVersionR)
|
||||
import Handler.Root(getRootR)
|
||||
import Handler.Package
|
||||
import Lib.Ssl (
|
||||
doesSslNeedRenew,
|
||||
@@ -214,7 +215,6 @@ import System.Posix.Process (exitImmediately)
|
||||
import System.Time.Extra (sleep)
|
||||
import Yesod (YesodPersist (runDB))
|
||||
|
||||
|
||||
-- This line actually creates our YesodDispatch instance. It is the second half
|
||||
-- of the call to mkYesodData which occurs in Foundation.hs. Please see the
|
||||
-- comments there for more details.
|
||||
|
||||
Reference in New Issue
Block a user