add handler file

This commit is contained in:
Lucy Cifferello
2023-06-15 16:37:23 -06:00
parent fe908c6fdb
commit 74b02239e5
2 changed files with 7 additions and 2 deletions

View File

@@ -187,6 +187,7 @@ import Handler.Admin (
)
import Handler.Eos (getEosR, getEosVersionR)
import Handler.Package
import Handler.Root
import Lib.Ssl (
doesSslNeedRenew,
renewSslCerts,
@@ -213,8 +214,6 @@ import System.Directory (createDirectoryIfMissing)
import System.Posix.Process (exitImmediately)
import System.Time.Extra (sleep)
import Yesod (YesodPersist (runDB))
import Handler.Root
-- 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

6
src/Handler/Root.hs Normal file
View File

@@ -0,0 +1,6 @@
module Handler.Root where
import Startlude
getRootR :: Handler ()
getRootR = notImplemented