Skip to content

Commit

Permalink
Update App.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 13, 2022
1 parent 81061e2 commit 4c323e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonium_web_client/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const first_search = getDefaultSearch("aa1");
const Taxonium = React.lazy(() => import("./Taxonium"));

const DEFAULT_BACKEND = window.location.hostname.includes(
".epicov.org") ? "https://tree.epicov.org:8443/" : process.env.REACT_APP_DEFAULT_BACKEND;
".epicov.org") ? "https://tree.epicov.org:8443" : process.env.REACT_APP_DEFAULT_BACKEND;


function App() {
Expand Down

1 comment on commit 4c323e8

@vercel
Copy link

@vercel vercel bot commented on 4c323e8 May 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.