didn't work out as planned

This commit is contained in:
nek0 2015-04-02 07:15:37 +02:00
parent e1f2ae00be
commit 54be0d162e

View file

@ -122,7 +122,7 @@ approotRequest master req =
-- of settings which can be configured by overriding methods here.
instance Yesod App where
--approot = ApprootMaster $ appRoot . appSettings
approot = ApprootRequest approotRequest
approot = ApprootRelative
-- change maximum content length
maximumContentLength _ _ = Just $ 1024 ^ (5 :: Int)