Modify comment syntax error
This commit is contained in:
parent
cc66213e57
commit
08cd375108
14 changed files with 24 additions and 24 deletions
|
|
@ -43,7 +43,7 @@ def create_app(test_config=None):
|
|||
|
||||
# make url_for('index') == url_for('blog.index')
|
||||
# in another app, you might define a separate main index here with
|
||||
# app.route, while giving the blog blueprint a url_prefix, but for
|
||||
# app.route, while giving the blog blueprint an url_prefix, but for
|
||||
# the tutorial the blog will be the main index
|
||||
app.add_url_rule("/", endpoint="index")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue