diff options
Diffstat (limited to 'ibb')
-rw-r--r-- | ibb/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ibb/Main.hs b/ibb/Main.hs index 04832e5..544b0c8 100644 --- a/ibb/Main.hs +++ b/ibb/Main.hs @@ -21,7 +21,7 @@ css :: ByteString -> ActionM () css src = setHeader "content-type" "text/css" >> raw src main :: IO () -main = scotty 3001 $ do +main = scotty 3000 $ do get "/" $ render homepage get "/custom.css" $ css stylesheet |