Skip to content
Snippets Groups Projects
Commit 229c24c4 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

Merge branch 'dev-nico' into 'master'

switching to esap-api on port 80 instead of port 5555

See merge request astron-sdc/esap-gui!30
parents f8ba0366 c84e7464
No related branches found
No related tags found
2 merge requests!32Master,!30switching to esap-api on port 80 instead of port 5555
Pipeline #14879 passed
......@@ -37,9 +37,8 @@ export function GlobalContextProvider({ children }) {
const api_host =
process.env.NODE_ENV === "development"
? "http://localhost:5555/esap-api/"
: "https://sdc-dev.astron.nl:5555/esap-api/";
// "https://sdc.astron.nl:5555/esap-api/"
// "http://localhost:5555/esap-api/"
: "https://sdc-dev.astron.nl/esap-api/";
const [archives, setArchives] = useState();
const [navbar, setNavbar] = useState();
......
......@@ -72,7 +72,7 @@ export default function Routes() {
</Switch>
<footer><small>esap-gui version 2 jul 2021 - 15:00</small></footer>
<footer><small>esap-gui version 6 jul 2021 - 8:00</small></footer>
</Router>
);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment