added perspectiveB
This commit is contained in:
parent
88a7b13f9d
commit
e357535d8e
Binary file not shown.
8
hello.py
8
hello.py
@ -8,7 +8,7 @@ def hello_world():
|
||||
return 'Hello, World!'
|
||||
|
||||
|
||||
@app.route('/hello/')
|
||||
@app.route('/hello/<name>')
|
||||
def hello(name=None):
|
||||
return render_template('hello.html', name=name)
|
||||
# @app.route('/hello/<name>')
|
||||
@app.route('/perspectiveB/')
|
||||
def perspectiveB():
|
||||
return render_template('perspectiveB.html')
|
||||
|
Loading…
Reference in New Issue
Block a user