Add more pages in the WebUI
This commit is contained in:
parent
2b828765e3
commit
fcc1109e76
82 changed files with 5005 additions and 249 deletions
|
@ -10,6 +10,15 @@ function getAll () {
|
|||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
getAll
|
||||
function getByName (name) {
|
||||
return APP.api.get(`${apiBase}/${name}`)
|
||||
.then(body => {
|
||||
console.log('Success -> EntrypointsService -> getByName', body.data)
|
||||
return body.data
|
||||
})
|
||||
}
|
||||
|
||||
export default {
|
||||
getAll,
|
||||
getByName
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue