Quellcode durchsuchen

rmoved /gdp from api requests

Bachir Soussi Chiadmi vor 5 Jahren
Ursprung
Commit
62bde64b7b
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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: {