Initial links fetch requires basepath

pull/10616/head
Luke Morris 2018-02-13 11:17:21 -08:00
parent 035988e990
commit 932d4f3084
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ export const getAJAX = async url => {
try {
return await axios({
method: 'GET',
url,
url: addBasepath(url),
})
} catch (error) {
console.error(error)