mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
update logs api routes
This commit is contained in:
parent
ebda02a777
commit
88b488857c
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
shareLogs () {
|
shareLogs () {
|
||||||
api.get(`logs/${this.name}?share`, null, { websocket: true }).then(({ url }) => {
|
api.get(`logs/${this.name}/share`, null, { websocket: true }).then(({ url }) => {
|
||||||
window.open(url, '_blank')
|
window.open(url, '_blank')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue