Skip to content
Snippets Groups Projects
Commit 4db4cd79 authored by M9713's avatar M9713
Browse files

Update agent.js

parent 5f0ec810
No related branches found
No related tags found
No related merge requests found
Pipeline #524923 skipped
......@@ -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://10.152.183.51: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;
......
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