1
0
mirror of https://gitlab.com/comunic/comunicapiv2 synced 2025-02-19 23:42:40 +00:00
comunicapiv2/src/controllers/UserWebSocketController.ts

11 lines
184 B
TypeScript
Raw Normal View History

2020-03-29 17:52:28 +02:00
/**
* User websocket controller
*
* @author Pierre Hubert
*/
import * as ws from 'ws';
import { Request } from 'express';
export async function UserWS(req: Request, ws: ws) {
}