log server

This commit is contained in:
CHIEFSOFT\ameye
2024-03-12 13:43:44 -04:00
parent 313bde0342
commit 3dfc22f081
+2
View File
@@ -11,6 +11,8 @@ app.use(cors());
const server = http.createServer(app);
console.log(server);
const io = new Server(server, {
cors: {
origin: ['http://localhost:3000',