mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Fix route for diagnosis share
This commit is contained in:
parent
ca3dbbb80a
commit
804488abf0
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ export default {
|
|||
},
|
||||
|
||||
shareLogs () {
|
||||
api.get('diagnosis/show?share').then(({ url }) => {
|
||||
api.get('diagnosis?share').then(({ url }) => {
|
||||
window.open(url, '_blank')
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue