diff options
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 1 |
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 |