We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4da4c commit 7b7d6cfCopy full SHA for 7b7d6cf
HelloFlask/views.py
@@ -8,11 +8,11 @@ def home():
8
9
@app.route('/about')
10
def about():
11
- return render_template("about.html", title = "About us")
+ return render_template("about.html", title = "About us")
12
13
@app.route('/contact')
14
def contact():
15
- return render_template("contact.html", title = "Contact us")
+ return render_template("contact.html", title = "Contact us")
16
17
@app.route('/hello/<name>')
18
def hello_there(name):
@@ -28,4 +28,4 @@ def hello_there(name):
28
29
@app.route('/api/data')
30
def get_data():
31
- return app.send_static_file('data.json')
+ return app.send_static_file('data.json')
0 commit comments