From fffcccf79bca5946c66669fe6ecffdb3c982d070 Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Tue, 25 Jan 2022 20:28:53 +0200
Subject: [PATCH] Update agent.js

---
 conduit-front/src/agent.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conduit-front/src/agent.js b/conduit-front/src/agent.js
index 7f97f02..4a678b7 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.64:30000/api';
+const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://192.168.1.13:30000/api';
 
 const encode = encodeURIComponent;
 const responseBody = res => res.body;
-- 
GitLab