[feat] add actions to notifications (add/del/update)

This commit is contained in:
les
2019-10-02 21:04:03 +02:00
parent d3febcdc05
commit 4fe78aa345
9 changed files with 131 additions and 74 deletions

View File

@@ -10,5 +10,5 @@ module.exports = (sequelize, DataTypes) => {
}
}, {})
return event_notification
return event_notification
}