From 2ea9e743316119ed138f6108b8ee2d96f4e127c8 Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Tue, 25 Jan 2022 21:27:12 +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 bac4ec0..ae3e3ae 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://vm3733.kaj.pouta.csc.fi:30000/api'; +const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://10.152.183.239:30000/api'; const encode = encodeURIComponent; const responseBody = res => res.body; -- GitLab