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

Add more sample routes to the new-project template #5

Closed
petermoon opened this issue Jun 22, 2016 · 1 comment
Closed

Add more sample routes to the new-project template #5

petermoon opened this issue Jun 22, 2016 · 1 comment

Comments

@petermoon
Copy link

A few more simple samples will help users get started by just looking at the initial app.py.

@app.route('/hello/{name}')
def ...

@app.route('/resource/{value}', methods=['PUT'])
def ...
@jamesls
Copy link
Member

jamesls commented Jul 5, 2016

Seems reasonable. I think I might add a few more examples as comments in app.py though.

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

No branches or pull requests

2 participants