Signed-off-by: heyhiru <hirentimbadiya74@gmail.com>
Este commit está contenido en:
heyhiru
2023-11-17 00:39:11 +05:30
padre 566371f9a0
commit 7d759b9799

Ver fichero

@@ -62,4 +62,4 @@ io.on("connection", (socket) => {
});
})
server.listen(process.env.PORT, () => console.log(`Server has started.`));
server.listen(process.env.PORT, () => console.log(`Server Is Up and Running.`));