Skip to content

Commit c5c96bb

Browse files
committed
fixed routing
1 parent 51aff98 commit c5c96bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def theft():
4141

4242
@app.route('/heatmaps.html')
4343
def about():
44-
response = render_template('about.html')
44+
response = render_template('heatmaps.html')
4545
return response
4646

4747
@app.route('/routing/')

0 commit comments

Comments
 (0)