This commit is contained in:
2020-07-14 22:45:43 +02:00
parent fbb09baa4a
commit 918a6c602e
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import axios from 'axios'
// let path = 'http://' + window.location.hostname + (window.env === 'prod' ? '/api' : ':8984')
export const REST = axios.create({
baseURL: 'http://' + window.location.hostname,
// baseURL: 'http://',
// withCredentials: true,
crossorigin: true,
headers: {