diff --git a/conduit-front/src/agent.js b/conduit-front/src/agent.js
index 8cec76dc2dc967c57bedded771e1c95a50ba0f57..42e37ced8722c4b8347e8d2030d8834519cae1d6 100644
--- a/conduit-front/src/agent.js
+++ b/conduit-front/src/agent.js
@@ -3,7 +3,8 @@ import _superagent from 'superagent';
 
 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 = 'http://vm3733.kaj.pouta.csc.fi:30000/api';
 //const API_ROOT = '/api';
 
 const encode = encodeURIComponent;