Make this written the other way around

This commit is contained in:
Christine Dodrill 2015-07-29 20:16:25 -07:00
parent fe1a4dc87a
commit 106a061a8e
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,6 @@ import qualified Web.Spock as S
import qualified Within.DBMemorial.CSS.Base as CSSBase
import qualified Within.DBMemorial.Post as Post
import qualified Within.DBMemorial.User as User
import Within.DBMemorial.Utils
import qualified Within.DBMemorial.Views.Materialize as Materialize
import qualified Within.DBMemorial.Views.Thread as Thread
@ -41,7 +40,7 @@ main = do
-- CSS routes
S.get ("css" <//> "base.css") $
CSSBase.render & Clay.render & toStrict & S.text
S.text $ toStrict $ Clay.render $ CSSBase.render
-- Test routes
S.get S.root $