materialdesignicons, colors, more layout
This commit is contained in:
@@ -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'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user