Skip to content
Snippets Groups Projects
Commit 542ab6a9 authored by Saket Agrahari's avatar Saket Agrahari
Browse files

render template under static

parent 7b44f539
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ def after_request(resp):
@routes.route("/")
def index():
return render_template('index.html')
return render_template('../static/index.html')
@routes.route("/version", methods=['GET', 'POST'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment