remy / jsonbin

A personal JSON store as a RESTful service
https://jsonbin.org
395 stars 26 forks source link

Delete endpoint hangs #44

Open ekkis opened 4 years ago

ekkis commented 4 years ago

I posted this issue on one of the NodeJs libraries out there that handle this service but the author says it's a problem with the endpoint: https://github.com/bakapear/jsonbin.org/issues/2

the basic issue is calling a delete just hangs. it does, actually, delete the item but never returns. I suppose if I waited long enough it might time out