Fix blueprint doc
This commit is contained in:
parent
4155e76a81
commit
2587f6753d
@ -172,7 +172,7 @@ takes the format `<blueprint_name>.<handler_name>`. For example:
|
|||||||
```python
|
```python
|
||||||
@blueprint_v1.route('/')
|
@blueprint_v1.route('/')
|
||||||
async def root(request):
|
async def root(request):
|
||||||
url = app.url_for('v1.post_handler', post_id=5) # --> '/v1/post/5'
|
url = request.app.url_for('v1.post_handler', post_id=5) # --> '/v1/post/5'
|
||||||
return redirect(url)
|
return redirect(url)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user