From 54be0d162ebc5a7c00ad6b9263da3578350090bd Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 2 Apr 2015 07:15:37 +0200 Subject: [PATCH] didn't work out as planned --- Foundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation.hs b/Foundation.hs index 39fa295..66263db 100644 --- a/Foundation.hs +++ b/Foundation.hs @@ -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)