mirror of
https://github.com/directus/directus.git
synced 2026-01-22 22:58:00 -05:00
Expose WebSocketService for extensions (#18943)
This commit is contained in:
5
.changeset/polite-boats-judge.md
Normal file
5
.changeset/polite-boats-judge.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Added WebSocketService to available services for extensions
|
||||
@@ -32,3 +32,4 @@ export * from './translations.js';
|
||||
export * from './users.js';
|
||||
export * from './utils.js';
|
||||
export * from './webhooks.js';
|
||||
export * from './websocket.js';
|
||||
|
||||
Reference in New Issue
Block a user