Skip to content

Commit 68fdb3d

Browse files
committed
Remove route
1 parent c9df588 commit 68fdb3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

site.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ def hfxbenches():
3939
"""
4040
return render_template("hfxbenches/index.html", token=os.environ.get('MAPBOX_TOKEN'))
4141

42-
@app.route("/hfxurbanforage")
43-
def hfxurbanforage():
44-
return render_template("hfxurbanforage/index.html", token=os.environ.get('MAPBOX_TOKEN'))
45-
4642

4743
@app.route("/hfxbikeparking/gallery/")
4844
def bikegallery():

0 commit comments

Comments
 (0)