summaryrefslogtreecommitdiff
path: root/ibb/Main.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-01-31 11:36:44 -0800
committerBen Sima <ben@bsima.me>2019-01-31 11:36:44 -0800
commit4175fd8d2459b40e442189c6df4683c8dded49b1 (patch)
tree25a4edf01e65bf7e13dc3ff2c5a28286de260141 /ibb/Main.hs
parentbba1c85d96cc86f67383e0b758927a26a72f575e (diff)
Render influencerCards until Nick finishes templating
Diffstat (limited to 'ibb/Main.hs')
-rw-r--r--ibb/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ibb/Main.hs b/ibb/Main.hs
index 01258f3..bf94277 100644
--- a/ibb/Main.hs
+++ b/ibb/Main.hs
@@ -17,7 +17,7 @@ render = html . renderHtml
main :: IO ()
main = scotty 3000 $
- get "/" $ render homepage
+ get "/" $ render influencerCards
data Person = Person
{ _name :: Text