Skip to content

Commit f77750e

Browse files
committed
update view directory
1 parent 49caaf5 commit f77750e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

module/index/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
@app.route("/", methods=['GET'])
99
def index():
10-
return make_response(render_template('index.html', title="Flask Starter Kit!"))
10+
return make_response(render_template('/index/view.html', title="Flask Starter Kit!"))
File renamed without changes.

0 commit comments

Comments
 (0)