mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 17:29:19 +02:00
Notifications UI update and delete endpoint
This commit is contained in:
parent
b08ad8785e
commit
37a3fdb606
6 changed files with 95 additions and 21 deletions
|
@ -210,7 +210,7 @@ export default {
|
|||
}
|
||||
console.log('Sending create notification', payload)
|
||||
this.$axios
|
||||
.$post('/api/notifications/event', payload)
|
||||
.$post('/api/notifications', payload)
|
||||
.then(() => {
|
||||
this.$toast.success('Notification created')
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue