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

updated version label to 20 aug 2020

parent 893f2210
No related branches found
No related tags found
2 merge requests!8Esap gui dev,!7Esap gui dev
......@@ -7,11 +7,11 @@ export const GlobalContext = createContext();
export function GlobalContextProvider({ children }) {
console.log("ASTRON ESAP version ", Date());
console.log("ASTRON ESAP version 19 nov 2020");
const api_host =
process.env.NODE_ENV === "development"
? "https://sdc.astron.nl:5555/esap-api/"
: "/esap-api/";
: "https://sdc.astron.nl:5555/esap-api/";
// "https://sdc.astron.nl:5555/esap-api/"
// "http://localhost:5555/esap-api/"
......
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