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 49caaf5 commit f77750eCopy full SHA for f77750e
module/index/index.py
@@ -7,4 +7,4 @@
7
8
@app.route("/", methods=['GET'])
9
def index():
10
- return make_response(render_template('index.html', title="Flask Starter Kit!"))
+ return make_response(render_template('/index/view.html', title="Flask Starter Kit!"))
templates/index.html renamed to module/index/view.html
0 commit comments