Merge "fix(transport.wsgi): JSON home doc missing GET and HEAD hints"

This commit is contained in:
Jenkins
2013-09-06 12:28:44 +00:00
committed by Gerrit Code Review

View File

@@ -42,7 +42,7 @@ JSON_HOME = {
'queue_name': 'param/queue_name',
},
'hints': {
'allow': ['PUT', 'DELETE'],
'allow': ['GET', 'HEAD', 'PUT', 'DELETE'],
'formats': {
'application/json': {},
},