fixed responsive header tools before mobile (hamburgermenu) mode)

This commit is contained in:
2021-03-31 22:00:37 +02:00
parent 7eefa39e10
commit 38b8321d50
6 changed files with 42050 additions and 23 deletions

View File

@ -6,7 +6,7 @@ import axios from 'axios'
// console.log('window.location.origin', window.location.origin)
export const REST = axios.create({
baseURL: '//' + window.location.host,
baseURL: window.location.origin + '/' + drupalSettings.path.pathPrefix,
withCredentials: true,
headers: {
// Authorization: 'Bearer {token}',