feat: /channels/ 所有连接

dev/supplier-email-drawer
Lei OT 1 year ago
parent 448693d304
commit 3f4576799e

@ -34,6 +34,8 @@ exports.newConnect = async ctx => {
}; };
exports.getAll = async () => { exports.getAll = async () => {
const sessions = sessionService.sessions; const findConnection = await getConnection({});
return Array.from(sessions); return findConnection;
// const sessions = sessionService.sessions;
// return Array.from(sessions);
}; };

Loading…
Cancel
Save