Browse Source

rmoved /gdp from api requests

Bachir Soussi Chiadmi 4 years ago
parent
commit
62bde64b7b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/rest-axios.js

+ 1 - 1
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: {