diff --git a/conduit-front/src/agent.js b/conduit-front/src/agent.js
index ae3e3ae3deddc22e34362e3c5700eeea886ba9dc..7d7500b5b34921e8f908e0a67e779ef96a92d933 100644
--- a/conduit-front/src/agent.js
+++ b/conduit-front/src/agent.js
@@ -3,7 +3,7 @@ import _superagent from 'superagent';
 
 const superagent = superagentPromise(_superagent, global.Promise);
 
-const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://10.152.183.239:30000/api';
+const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://192.168.1.19:30000/api';
 
 const encode = encodeURIComponent;
 const responseBody = res => res.body;