Skip to content
Snippets Groups Projects
Commit 92fa401f authored by Zheng Meyer's avatar Zheng Meyer
Browse files

point backend to sdc.astron.nl

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