Skip to content

Commit

Permalink
Fix URL mistake.
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com>
  • Loading branch information
codyml and michael-s-molina committed Jul 15, 2022
1 parent 5051c24 commit bc0c8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/views/redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def _validate_explore_url(url: str) -> Optional[str]:

@staticmethod
def _validate_dashboard_url(url: str) -> Optional[str]:
if url.startswith("//superset/explore/"):
if url.startswith("//superset/dashboard/"):
return url

return None
Expand Down

0 comments on commit bc0c8cc

Please sign in to comment.