diff --git a/conduit-front/src/agent.js b/conduit-front/src/agent.js
index b84a8a29304b27ceb8e2a316305cbf1654cc3d68..b13ea4c26348e2b5583e0622eff4edcf9336345d 100644
--- a/conduit-front/src/agent.js
+++ b/conduit-front/src/agent.js
@@ -3,8 +3,7 @@ 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://192.168.1.240:30000/api';
+const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://vm3733.kaj.pouta.csc.fi:30000/api'
 
 const encode = encodeURIComponent;
 const responseBody = res => res.body;