mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-15 12:47:59 +08:00
Merge pull request #35 from dfeinzeig/fix/redirect
add missing trailing slash in effort to avoid whatever is redirecting
This commit is contained in:
@@ -91,7 +91,7 @@ def render_entries(entries):
|
||||
|
||||
|
||||
def get_url(entry):
|
||||
return f"/view/{ entry['path'].lstrip('/') }"
|
||||
return f"/view/{ entry['path'].lstrip('/') }/"
|
||||
|
||||
|
||||
def get_class(entry):
|
||||
|
||||
Reference in New Issue
Block a user