From a6b81a23fe7e330016b92e480d067bdf4132dac3 Mon Sep 17 00:00:00 2001 From: M9713 <m9713@student.jamk.fi> Date: Wed, 6 Oct 2021 11:31:50 +0000 Subject: [PATCH] Update agent.js --- front-react/src/agent.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-react/src/agent.js b/front-react/src/agent.js index 93fb13c..5ca1133 100644 --- a/front-react/src/agent.js +++ b/front-react/src/agent.js @@ -3,7 +3,7 @@ import _superagent from 'superagent'; const superagent = superagentPromise(_superagent, global.Promise); -const API_ROOT = '/api'; +const API_ROOT = 'http://localhost:3000/api'; const encode = encodeURIComponent; const responseBody = res => res.body; -- GitLab