fix post bug
This commit is contained in:
@@ -54,7 +54,7 @@ class BarkResource(Resource):
|
||||
headers = {
|
||||
"Content-Type": "application/json; charset=utf-8",
|
||||
},
|
||||
data=content
|
||||
json=content
|
||||
)
|
||||
app.logger.info(response)
|
||||
return {
|
||||
|
Reference in New Issue
Block a user