update logs api routes

This commit is contained in:
axolotle 2021-03-22 22:37:59 +01:00
parent ebda02a777
commit 88b488857c

View file

@ -127,7 +127,7 @@ export default {
},
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')
})
}