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

Update GlobalContext.js

parent ae07b27c
No related branches found
No related tags found
1 merge request!57Master
Pipeline #16868 passed
......@@ -45,8 +45,7 @@ export function GlobalContextProvider({ children }) {
const api_host =
process.env.NODE_ENV === "development"
? "http://localhost:5555/esap-api/"
: "http://localhost:5555/esap-api/";
//: "https://sdc-dev.astron.nl/esap-api/";
: "https://sdc-dev.astron.nl/esap-api/";
const [archives, setArchives] = useState();
......
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