Update factory.rst
It appears that you need to put a trailing backslash on this route for it to work.
This commit is contained in:
parent
8d9519df09
commit
5dc5f04291
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ directory should be treated as a package.
|
|||
pass
|
||||
|
||||
# a simple page that says hello
|
||||
@app.route('/hello')
|
||||
@app.route('/hello/')
|
||||
def hello():
|
||||
return 'Hello, World!'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue