materialdesignicons, colors, more layout

This commit is contained in:
2019-07-23 23:55:25 +02:00
parent 5985796166
commit 67515882c3
44 changed files with 30945 additions and 46 deletions
+5 -2
View File
@@ -1,9 +1,12 @@
import axios from 'axios'
let path = 'http://' + window.location.hostname + ':8984'
export const REST = axios.create({
baseURL: window.location.origin,
baseURL: path + '/gdp',
withCredentials: true,
crossDomain: true,
headers: {
"Content-Type": "application/json"
'Content-Type': 'application/json'
}
})