GET /api/v1/cards/stream (Bearer ou ?access_token=). Events card.created|updated|deleted, response.added + heartbeat. Co-authored-by: Cursor <cursoragent@cursor.com>
4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
export { CardsModule } from './cards.module';
|
|
export { CardsService } from './cards.service';
|
|
export { CardsRealtimeService } from './cards-realtime.service';
|