mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-25 10:48:12 +08:00
added back trailing slash to url_for change
This commit is contained in:
@@ -92,7 +92,7 @@ def render_entries(entries):
|
||||
|
||||
|
||||
def get_url(entry):
|
||||
return url_for("do_view", path=entry["path"].lstrip("/"))
|
||||
return url_for("do_view", path=entry["path"].lstrip("/")) +"/""
|
||||
|
||||
|
||||
def get_class(entry):
|
||||
|
||||
Reference in New Issue
Block a user