wrong translation of countries in material's manufacturer & distributors #1953

This commit is contained in:
2022-12-08 10:07:27 +01:00
parent 8ff54a8d14
commit 024cf0e08f
4 changed files with 5 additions and 3 deletions

View File

@ -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',