summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-01-23 12:10:31 -0800
committerBen Sima <ben@bsima.me>2018-01-23 12:10:31 -0800
commitb5a72ec22c870b2ceab4409fe37ef04c6fc31cb5 (patch)
treecbc405ff644232b51b4fe64e9090fff4fafe8220
parentf7d7e33c5800580566dbbdda697952085bfdc5c2 (diff)
Add completion message
-rwxr-xr-xmain.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.hs b/main.hs
index 1d06dd8..a09c9ce 100755
--- a/main.hs
+++ b/main.hs
@@ -269,7 +269,7 @@ postBootstrapR = do
let (number, context, name) = record
c <- liftIO $ update db $ AddCaller name number context
return c
- sendStatusJSON status200 $ callers
+ sendStatusJSON status200 $ ("Bootstrap complete." :: Text)
-- | Start a simple warp server on 3000