* port 80

This commit is contained in:
Vincent Ambo 2012-03-15 20:19:25 +01:00
parent 579c11cd2a
commit cc1bf63468

View file

@ -41,7 +41,7 @@ main = do
tbDir <- getEnv "TAZBLOG"
bracket (openLocalStateFrom (tbDir ++ "/BlogState") initialBlogState)
(createCheckpointAndClose)
(\acid -> simpleHTTP nullConf $ tazBlog acid)
(\acid -> simpleHTTP nullConf {port = 80} $ tazBlog acid)
tazBlog :: AcidState Blog -> ServerPart Response
tazBlog acid =