didn't work out as planned
This commit is contained in:
parent
e1f2ae00be
commit
54be0d162e
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ approotRequest master req =
|
||||||
-- of settings which can be configured by overriding methods here.
|
-- of settings which can be configured by overriding methods here.
|
||||||
instance Yesod App where
|
instance Yesod App where
|
||||||
--approot = ApprootMaster $ appRoot . appSettings
|
--approot = ApprootMaster $ appRoot . appSettings
|
||||||
approot = ApprootRequest approotRequest
|
approot = ApprootRelative
|
||||||
|
|
||||||
-- change maximum content length
|
-- change maximum content length
|
||||||
maximumContentLength _ _ = Just $ 1024 ^ (5 :: Int)
|
maximumContentLength _ _ = Just $ 1024 ^ (5 :: Int)
|
||||||
|
|
Loading…
Reference in a new issue