Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #296 from Asana/legacy-redirect-refresh
Browse files Browse the repository at this point in the history
Legacy redirect refresh
  • Loading branch information
mlee-asana authored Feb 24, 2023
2 parents 96b0051 + a459dc8 commit 57baa69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/explorer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<div id="tab-explorer">Loading react...</div>

<script>
if (window.location.host !== "developers-legacy.asana.com") {
window.location.href = "https://developers-legacy.asana.com/explorer";
}
AsanaExplorer.Explorer.run();
</script>

Expand Down

0 comments on commit 57baa69

Please sign in to comment.