Skip to content

Commit a8edff1

Browse files
committed
Minor docs correction.
1 parent e9abbd9 commit a8edff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample/Archiving/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ generates the three strings that the client (JavaScript) needs to connect to the
7272
URL. The route handler for this URL is shown below:
7373

7474
```python
75-
@app.route("/start")
75+
@app.route("/start", methods=['POST'])
7676
def start():
7777
has_audio = 'hasAudio' in request.form.keys()
7878
has_video = 'hasVideo' in request.form.keys()

0 commit comments

Comments
 (0)