Skip to content

Commit

Permalink
fix 201 status code
Browse files Browse the repository at this point in the history
  • Loading branch information
programmer-ke committed Mar 21, 2024
1 parent 29f21a3 commit 2a5ee0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class Response:

_status_mapping = {
200: "200 OK",
201: "Created",
201: "201 Created",
404: "404 Not Found",
424: "424 Failed Dependency",
500: "500 Internal Server Error",
Expand Down

0 comments on commit 2a5ee0d

Please sign in to comment.