Skip to content
Snippets Groups Projects
Commit 19bf7843 authored by Ian Galpin's avatar Ian Galpin
Browse files

Added a short-term work-around for handling react/client side routing and bookmarked urls

parent cceb2321
Branches
Tags
No related merge requests found
......@@ -43,6 +43,9 @@ def after_request(resp):
@routes.route('/', methods=['GET'])
@routes.route('/about', methods=['GET'])
@routes.route('/analysis', methods=['GET'])
@routes.route('/report', methods=['GET'])
def index():
return render_template('index.html')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment