haystack / nb

12 stars 10 forks source link

Fix bug where statuses do not send and blocks other endpoints #136

Closed lihelennn closed 3 years ago

lihelennn commented 3 years ago

Previously, certain endpoints were not sending back responses, and that was blocking other endpoints (especially with sync features) from working correctly. Make sure we send back responses for every endpoint in addition to setting the status code.

Deployed on https://helen-nb.csail.mit.edu/ as well