diff --git a/conduit-front/src/agent.js b/conduit-front/src/agent.js index c11a837c1d3723d9fedf25f920ecc4c0abd112a3..e8c009d74af658d4d877911a15b2d3b16f6fbcf1 100644 --- a/conduit-front/src/agent.js +++ b/conduit-front/src/agent.js @@ -6,7 +6,7 @@ const superagent = superagentPromise(_superagent, global.Promise); //const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://vm3733.kaj.pouta.csc.fi:30000/api' // IP given by Kubernetes cluster -const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://localhost:30000/api' +const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://10.152.183.51:3000/api' const encode = encodeURIComponent; const responseBody = res => res.body;