Newline here for clarity

This commit is contained in:
Christine Dodrill 2015-07-28 08:43:49 -07:00
parent 846bbe8eef
commit d4cefb71b1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ main = do
S.runSpock 5000 $ S.spockT id $ do
S.middleware $ Static.staticPolicy $ Static.addBase "public"
S.middleware $ RequestLogger.logStdout
S.get S.root $
S.html $ toStrict (renderHtml (Materialize.base "The OP" (Post.render h)))
{-S.get ("users" <//> S.var) $ \id ->