aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 540db63..74cc170 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -72,6 +72,7 @@ mkYesod "Search" [parseRoutes|
instance Yesod Search where
makeSessionBackend _ = return Nothing
+ approot = ApprootStatic ""
instance YesodPersist Search where
type YesodPersistBackend Search = SqlBackend