diff --git a/src/contexts/GlobalContext.js b/src/contexts/GlobalContext.js index 719f703bf1596d116b7797623890f4a30badcde0..d4575068127212ce35be46f38ae245a13e593585 100644 --- a/src/contexts/GlobalContext.js +++ b/src/contexts/GlobalContext.js @@ -37,7 +37,7 @@ export function GlobalContextProvider({ children }) { const api_host = process.env.NODE_ENV === "development" ? "http://localhost:5555/esap-api/" - : "https://sdc-dev.astron.nl/esap-api/"; + : "https://sdc-dev.astron.nl:5555/esap-api/"; const [archives, setArchives] = useState(); diff --git a/src/routes/Routes.js b/src/routes/Routes.js index 169cfaa6f1375cdbe625f4a75baeaaeba0bd83cb..06c09c5e9438c4a83882b735b838a5c4bd054392 100644 --- a/src/routes/Routes.js +++ b/src/routes/Routes.js @@ -72,7 +72,7 @@ export default function Routes() { </Switch> - <footer><small>esap-gui version 9 jul 2021 - 15:00</small></footer> + <footer><small>esap-gui version 12 jul 2021 - 10:00</small></footer> </Router> ); }