From f584ba1bff106fde86be1e661b673f080beb25fb Mon Sep 17 00:00:00 2001
From: M9713 <m9713@student.jamk.fi>
Date: Wed, 30 Mar 2022 09:07:11 +0300
Subject: [PATCH] Update agent.js

---
 conduit-front/src/agent.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conduit-front/src/agent.js b/conduit-front/src/agent.js
index ef07912..b053076 100644
--- a/conduit-front/src/agent.js
+++ b/conduit-front/src/agent.js
@@ -7,8 +7,8 @@ const superagent = superagentPromise(_superagent, global.Promise);
 //const API_ROOT = 'http://vm3733.kaj.pouta.csc.fi:30000/api';
 //const API_ROOT = '/api';
 //const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://backend:3000/api';
-const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://backend:3000/api';
-//conts API_ROOT = 'backend'
+//const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://backend:3000/api';
+const API_ROOT = 'backend:3000'
 
 const encode = encodeURIComponent;
 const responseBody = res => res.body;
-- 
GitLab