diff options
author | Ben Sima <ben@bsima.me> | 2018-01-23 12:10:31 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-01-23 12:10:31 -0800 |
commit | b5a72ec22c870b2ceab4409fe37ef04c6fc31cb5 (patch) | |
tree | cbc405ff644232b51b4fe64e9090fff4fafe8220 /main.hs | |
parent | f7d7e33c5800580566dbbdda697952085bfdc5c2 (diff) |
Add completion message
Diffstat (limited to 'main.hs')
-rwxr-xr-x | main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |