Autoformat for json-rpc calls

This commit is contained in:
Ferenc soós 2018-08-13 13:16:19 +02:00
parent 4b19c68dc5
commit ee74f82786

View File

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