8 lines
174 B
TypeScript
8 lines
174 B
TypeScript
import { callSock } from "@kevisual/router/src/auto/call-sock.ts";
|
|
|
|
|
|
callSock({ path: 'demo' }, {
|
|
// socketPath: '../app.sock',
|
|
}).then((resp) => {
|
|
console.log(resp);
|
|
}); |