Merge "fix(transport.wsgi): JSON home doc missing GET and HEAD hints"
This commit is contained in:
@@ -42,7 +42,7 @@ JSON_HOME = {
|
||||
'queue_name': 'param/queue_name',
|
||||
},
|
||||
'hints': {
|
||||
'allow': ['PUT', 'DELETE'],
|
||||
'allow': ['GET', 'HEAD', 'PUT', 'DELETE'],
|
||||
'formats': {
|
||||
'application/json': {},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user