From d1192fe5513332b858c409a3f45ea94c57eb4d36 Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Tue, 1 Feb 2022 19:43:53 +0200 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 69ec9cf..cf70f95 100644 --- a/conduit-front/src/agent.js +++ b/conduit-front/src/agent.js @@ -3,10 +3,10 @@ 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://vm3733.kaj.pouta.csc.fi:30000/api' // IP given by Kubernetes cluster -// const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://10.152.183.51:80/api' +const API_ROOT = process.env.REACT_APP_API_ROOT || 'http://10.152.183.51:30000/api' const encode = encodeURIComponent; const responseBody = res => res.body; -- GitLab