mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
* Refactor websocket into separate services, clean up socket status communication * cleanup * add EOF lines * fix keepalive logged in check * undo change * fix keepalive connection check * cleanup * add typings * secure connection Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
4 lines
262 B
TypeScript
4 lines
262 B
TypeScript
export { default as AuthenticationService } from "./AuthenticationService";
|
|
export { default as ModeratorService } from "./ModeratorService";
|
|
export { default as RoomsService } from "./RoomsService";
|
|
export { default as SessionService } from "./SessionService";
|