This commit is contained in:
2020-07-14 22:33:48 +02:00
parent 7cd3802bf7
commit 5944307874
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export default {
items: []
}),
beforeCreate () {
REST.get(`${apipath}/indexLocorum`, {})
REST.get(`${window.apipath}/indexLocorum`, {})
.then(({ data }) => {
console.log('index locorum REST: data', data)
if (data.content.length) {