Skip to content

Commit

Permalink
Make Success codes indistinguishable
Browse files Browse the repository at this point in the history
  • Loading branch information
ardek66 committed May 29, 2022
1 parent 4cf92c0 commit 5669bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/response.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type RespStatus* = enum
StatusInputRequired = "10"
StatusSensitiveInput = "11"
StatusSuccess = "20"
StatusSuccessOther = "21"
StatusSuccessOther = "20"
StatusRedirect = "30"
StatusRedirectPerm = "31"
StatusTempError = "40"
Expand Down

0 comments on commit 5669bb3

Please sign in to comment.