Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No request param in blueprint docs #90

Closed
alprotasov opened this issue Oct 21, 2016 · 2 comments
Closed

No request param in blueprint docs #90

alprotasov opened this issue Oct 21, 2016 · 2 comments

Comments

@alprotasov
Copy link

@bp.route('/')
async def bp_root():
    return json({'my': 'blueprint'})

should be

@bp.route('/')
async def bp_root(request):
    return json({'my': 'blueprint'})
@narzeja
Copy link

narzeja commented Oct 22, 2016

Thank you! I've made a PR (#94) that fixes this.

@channelcat
Copy link
Contributor

Merged :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants