Remove 200
codes from ResponseTuples in function signatures
#543
Labels
good first issue
Good for newcomers
theme:refactoring
Something needs to be cleaned up or refactored
Summary
Remove
200
codes from ResponseTuples in function signaturesRequirements
All commands, whether they do something well or not (unless in the case of internal server failure, in which case a status code of
5xx
is auto-returned), must return200
, no matter what. If that's the case, we should return 200 for all of them and just pull it up into the handle function.The text was updated successfully, but these errors were encountered: