diff --git a/src/contexts/GlobalContext.js b/src/contexts/GlobalContext.js
index 6b500184a72b21940890bfbf176b1d2892263e78..719f703bf1596d116b7797623890f4a30badcde0 100644
--- a/src/contexts/GlobalContext.js
+++ b/src/contexts/GlobalContext.js
@@ -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();
diff --git a/src/routes/Routes.js b/src/routes/Routes.js
index 8e0d49a5fb700264fbaa029cbdae0a031f03dda4..76badf4aecad161489b5f3d023a47d65d952ce62 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 2 jul 2021 - 15:00</small></footer>
+      <footer><small>esap-gui version 6 jul 2021 - 8:00</small></footer>
     </Router>
   );
 }