Skip to content

Commit

Permalink
Merge pull request squeaky-pl#58 from Asoul/patch-1
Browse files Browse the repository at this point in the history
Is this typo?
  • Loading branch information
squeaky-pl authored Mar 21, 2017
2 parents 013dd59 + c06fbc6 commit 1896ed1
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 1896ed1

Please sign in to comment.