Skip to content

Commit

Permalink
fix(#358): location url
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Mar 23, 2023
1 parent 22d29ce commit 550be85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/explorer/Gallery.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
loadError: false,
otherArgs: null,
defaultImg,
baseUrl: 'http://localhost/api/knowledge/images?uri='
baseUrl: `${window.location.origin}/api/knowledge/images?uri=`
}
},
components: {
Expand Down

0 comments on commit 550be85

Please sign in to comment.