Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Add 'METHOD_NOT_ALLOWED' to JSONRPC_ERRORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarnes authored and ashcrow committed Mar 10, 2017
1 parent 348e9dc commit b919bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commissaire/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

# Custom codes
'NOT_FOUND': 404,
'METHOD_NOT_ALLOWED': '405',
'CONFLICT': 409,
}

Expand Down

0 comments on commit b919bf3

Please sign in to comment.