We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c6d78 commit 50456b7Copy full SHA for 50456b7
docs/source/flask_integration.rst
@@ -48,7 +48,7 @@ Second - register as a usual view.
48
from jsonrpc.backend.flask import api
49
50
app = Flask(__name__)
51
- app.add_url_rule('/', 'api', api.as_view())
+ app.add_url_rule('/', 'api', api.as_view(), methods=['POST'])
52
53
54
Add methods to api
0 commit comments