Skip to content

Commit

Permalink
Initial links fetch requires basepath
Browse files Browse the repository at this point in the history
  • Loading branch information
lukevmorris committed Feb 13, 2018
1 parent b97739e commit 9321336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/utils/ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const getAJAX = async url => {
try {
return await axios({
method: 'GET',
url,
url: addBasepath(url),
})
} catch (error) {
console.error(error)
Expand Down

0 comments on commit 9321336

Please sign in to comment.