api access refactored
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
items: []
|
||||
}),
|
||||
beforeCreate () {
|
||||
REST.get(`/indexLocorum`, {})
|
||||
REST.get(`${apipath}/indexLocorum`, {})
|
||||
.then(({ data }) => {
|
||||
console.log('index locorum REST: data', data)
|
||||
if (data.content.length) {
|
||||
|
||||
Reference in New Issue
Block a user