TBD54566975/did-dht

Consider changing some of our HTTP codes in the API section

csuwildcat opened this issue · 1 comments

Describe the bug
We use 404s for unimplemented features where we should probably be using 501s (hashing for POW spam prevention), and are using 404s on no results when we should probably return a 200 with an empty response (searching for types, probably should be an empty array).

fixed by #84