diff options
Diffstat (limited to 'ibb/Main.hs')
-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 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 |