From 62bde64b7b447b36eff72059050efe95be70e15b Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 14 Oct 2019 17:05:00 +0200 Subject: [PATCH] rmoved /gdp from api requests --- src/api/rest-axios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/rest-axios.js b/src/api/rest-axios.js index 5f3a5c8..06583b3 100644 --- a/src/api/rest-axios.js +++ b/src/api/rest-axios.js @@ -6,7 +6,7 @@ let path = 'http://' + window.location.hostname + ':8984' // let path = 'http://localhost:8984' export const REST = axios.create({ - baseURL: path + '/gdp', + baseURL: path, // withCredentials: true, crossorigin: true, headers: {