Initial links fetch requires basepath
parent
b97739e520
commit
93213364f2
|
@ -82,7 +82,7 @@ export const getAJAX = async url => {
|
||||||
try {
|
try {
|
||||||
return await axios({
|
return await axios({
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
url,
|
url: addBasepath(url),
|
||||||
})
|
})
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(error)
|
console.error(error)
|
||||||
|
|
Loading…
Reference in New Issue