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 e9abbd9 commit a8edff1Copy full SHA for a8edff1
sample/Archiving/README.md
@@ -72,7 +72,7 @@ generates the three strings that the client (JavaScript) needs to connect to the
72
URL. The route handler for this URL is shown below:
73
74
```python
75
-@app.route("/start")
+@app.route("/start", methods=['POST'])
76
def start():
77
has_audio = 'hasAudio' in request.form.keys()
78
has_video = 'hasVideo' in request.form.keys()
0 commit comments