Skip to content

Commit 1e967ef

Browse files
committed
Rest
1 parent 8cd9f2e commit 1e967ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def send_page(sport):
12331233

12341234
### REST request
12351235
```python
1236-
@post('/p/<sport>')
1236+
@post('/odds/<sport>')
12371237
def odds_handler(sport):
12381238
team = bottle.request.forms.get('team')
12391239
team = unquote(team).lower()

0 commit comments

Comments
 (0)