* port 80
This commit is contained in:
parent
579c11cd2a
commit
cc1bf63468
1 changed files with 1 additions and 1 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue