mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 14:52:51 +02:00
Update plugin to use uuid for id, update example plugin with taskmanager and socketauthority test
This commit is contained in:
@@ -324,8 +324,8 @@ class ApiRouter {
|
||||
//
|
||||
// Plugin routes
|
||||
//
|
||||
this.router.post('/plugins/action', PluginController.handleAction.bind(this))
|
||||
this.router.post('/plugins/config', PluginController.handleConfigSave.bind(this))
|
||||
this.router.post('/plugins/:id/action', PluginController.handleAction.bind(this))
|
||||
this.router.post('/plugins/:id/config', PluginController.handleConfigSave.bind(this))
|
||||
|
||||
//
|
||||
// Misc Routes
|
||||
|
||||
Reference in New Issue
Block a user