more logs

This commit is contained in:
CHIEFSOFT\ameye
2024-03-12 17:28:51 -04:00
parent 0750824c3e
commit fefdb339c3
+3 -1
View File
@@ -11,8 +11,10 @@ app.use(cors());
const server = http.createServer(app);
console.log("ENTER THE SOCKET");
//console.log(server);
console.log(http);
//console.log(http);
const io = new Server(server, {
cors: {