mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
refactor(server): event emits (#10648)
* refactor(server): event emits * refactor: change default priority to 0
This commit is contained in:
parent
7e99394c70
commit
72bf9439b0
25 changed files with 222 additions and 171 deletions
|
|
@ -20,6 +20,7 @@ export enum Metadata {
|
|||
ADMIN_ROUTE = 'admin_route',
|
||||
SHARED_ROUTE = 'shared_route',
|
||||
API_KEY_SECURITY = 'api_key',
|
||||
EVENT_HANDLER_OPTIONS = 'event_handler_options',
|
||||
}
|
||||
|
||||
type AdminRoute = { admin?: true };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue