Expose WebSocketService for extensions (#18943)

This commit is contained in:
Brainslug
2023-06-20 10:25:51 +02:00
committed by GitHub
parent 1ff15c49af
commit 562bcdfcb5
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@directus/api": patch
---
Added WebSocketService to available services for extensions

View File

@@ -32,3 +32,4 @@ export * from './translations.js';
export * from './users.js';
export * from './utils.js';
export * from './webhooks.js';
export * from './websocket.js';