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

sdc.astron.nl => sdc-dev.astron.nl

parent a795a90d
No related branches found
No related tags found
1 merge request!8Esap gui dev
Pipeline #9109 passed
......@@ -10,7 +10,7 @@ export function GlobalContextProvider({ children }) {
const api_host =
process.env.NODE_ENV === "development"
? "http://localhost:8000/esap-api/"
: "https://sdc.astron.nl:5555/esap-api/";
: "https://sdc-dev.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