From 225f2c575d18f080daa82d634af7f1fde4f03809 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 16 Feb 2019 20:23:43 -0800 Subject: Fix port oops --- ibb/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ibb/Main.hs') 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 -- cgit v1.2.3