Merge pull request #3293 from Eluch/master

Autoformat for json-rpc calls
This commit is contained in:
Maximilian Hils 2018-08-13 13:24:50 +02:00 committed by GitHub
commit b53c1d5862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@ class ViewJSON(base.View):
name = "JSON" name = "JSON"
content_types = [ content_types = [
"application/json", "application/json",
"application/json-rpc",
"application/vnd.api+json" "application/vnd.api+json"
] ]