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

adding template package

parent 7d8eae9d
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<div id="root"></div>
<script src="static/bundle.js"></script>
</body>
</html>
\ No newline at end of file
......@@ -44,7 +44,7 @@ def after_request(resp):
@routes.route("/")
def index():
return render_template('../static/index.html')
return render_template('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