wrong translation of countries in material's manufacturer & distributors #1953
This commit is contained in:
@ -6,7 +6,7 @@ import axios from 'axios'
|
||||
console.log(window.location)
|
||||
|
||||
const MGQ = axios.create({
|
||||
baseURL: window.location.origin + '/mgq',
|
||||
baseURL: window.location.origin + '/' + drupalSettings.path.pathPrefix + 'mgq',
|
||||
withCredentials: true,
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
|
Reference in New Issue
Block a user