You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When request a user address that doesn't exist, I think it would make sense for the api to return a 404 code along with normal response rather than a 200.
{
"user": null,
"stats": {}
}
The text was updated successfully, but these errors were encountered:
When request a user address that doesn't exist, I think it would make sense for the api to return a
404
code along with normal response rather than a200
.The text was updated successfully, but these errors were encountered: