fixed responsive header tools before mobile (hamburgermenu) mode)
This commit is contained in:
@ -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}',
|
||||
|
Reference in New Issue
Block a user