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

Merge branch 'feature/COMP-70-2_budget_api' into 'develop'

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

See merge request live-projects/compendium-v2!6
parents cceb2321 19bf7843
No related branches found
No related tags found
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