Skip to content

Commit

Permalink
Another fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Mar 18, 2019
1 parent acc6bff commit 09b18da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def paginate(query_set, page, page_size, serializer, **kwargs):

def org_scoped_rule(rule):
if settings.MULTI_ORG:
return "/<org_slug:org_slug>{}".format(rule)
return "/<org_slug>{}".format(rule)

return rule

Expand Down

0 comments on commit 09b18da

Please sign in to comment.