diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/plugins/server/server-hook.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/plugins/server/server-hook.model.ts b/shared/models/plugins/server/server-hook.model.ts index 562c6eb12..3ab910197 100644 --- a/shared/models/plugins/server/server-hook.model.ts +++ b/shared/models/plugins/server/server-hook.model.ts | |||
@@ -85,6 +85,8 @@ export const serverActionHookObject = { | |||
85 | // Fired when the application has been loaded and is listening HTTP requests | 85 | // Fired when the application has been loaded and is listening HTTP requests |
86 | 'action:application.listening': true, | 86 | 'action:application.listening': true, |
87 | 87 | ||
88 | // API actions hooks give access to the original express `req` and `res` parameters | ||
89 | |||
88 | // Fired when a local video is updated | 90 | // Fired when a local video is updated |
89 | 'action:api.video.updated': true, | 91 | 'action:api.video.updated': true, |
90 | // Fired when a local video is deleted | 92 | // Fired when a local video is deleted |