rmoved /gdp from api requests

This commit is contained in:
2019-10-14 17:05:00 +02:00
parent 93849f6992
commit 62bde64b7b
+1 -1
View File
@@ -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: {