2024-03-15 20:41:09 +00:00

9 lines
150 B
JavaScript

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