Skip to content
Snippets Groups Projects
Commit 100f2695 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix naming

parent debd5fa1
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,12 @@ def add_header(r):
def index():
return render_template('plots.html', plots=PLOTS)
@app.route('')
@app.route('/ahrs.html')
def index():
def ahrs():
return render_template('plots.html', plots=AHRS_PLOTS)
@app.route('/plots/<path:filename>')
def custom_static(filename):
print(filename)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment