2024-05-09 21:34:51 +00:00

9 lines
151 B
JavaScript

export default async () => {
global.websocket.io.of("/").emit("new", {
hi: "hola xd"
})
return {
hi: "hola xd"
}
}