Skip to content

Commit

Permalink
Is this typo?
Browse files Browse the repository at this point in the history
I found the `add_route` without prefix slash, is this typo or just another meanings? Can I found some document? Thanks :)
  • Loading branch information
Asoul authored Mar 20, 2017
1 parent 013dd59 commit c06fbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/8_html.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ app = Application()
# Add routes to the app
app.router.add_route('/', index)
app.router.add_route('/example', example)
app.router.add_route('jinja2', jinja)
app.router.add_route('/jinja2', jinja)

# Start the server
app.run(debug=True)
Expand Down

0 comments on commit c06fbc6

Please sign in to comment.