diff --git a/__pycache__/hello.cpython-36.pyc b/__pycache__/hello.cpython-36.pyc index 7839d7a..76ceca6 100644 Binary files a/__pycache__/hello.cpython-36.pyc and b/__pycache__/hello.cpython-36.pyc differ diff --git a/hello.py b/hello.py index c670fde..b7e5343 100644 --- a/hello.py +++ b/hello.py @@ -8,7 +8,7 @@ def hello_world(): return 'Hello, World!' -@app.route('/hello/') -@app.route('/hello/') -def hello(name=None): - return render_template('hello.html', name=name) +# @app.route('/hello/') +@app.route('/perspectiveB/') +def perspectiveB(): + return render_template('perspectiveB.html') diff --git a/templates/hello.html b/templates/perspectiveB.html similarity index 100% rename from templates/hello.html rename to templates/perspectiveB.html