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
Currently the endpoint /users/{user-id}/votes returns HTTP 500 from method getAllVotesForUser. That's not a good practice and should either return HTTP 200 [] empty array, or HTTP 404.
The text was updated successfully, but these errors were encountered:
Currently the endpoint
/users/{user-id}/votes
returns HTTP 500 from methodgetAllVotesForUser
. That's not a good practice and should either return HTTP 200[]
empty array, or HTTP 404.The text was updated successfully, but these errors were encountered: