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

Update agent.js

parent 2abc4f00
No related branches found
No related tags found
No related merge requests found
Pipeline #556753 passed
...@@ -3,8 +3,8 @@ import _superagent from 'superagent'; ...@@ -3,8 +3,8 @@ import _superagent from 'superagent';
const superagent = superagentPromise(_superagent, global.Promise); const superagent = superagentPromise(_superagent, global.Promise);
// const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://vm3733.kaj.pouta.csc.fi:30000/api' const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://vm3733.kaj.pouta.csc.fi:30000/api'
const API_ROOT = '/api'; //const API_ROOT = '/api';
const encode = encodeURIComponent; const encode = encodeURIComponent;
const responseBody = res => res.body; 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