more logs
This commit is contained in:
@@ -11,8 +11,10 @@ app.use(cors());
|
|||||||
|
|
||||||
const server = http.createServer(app);
|
const server = http.createServer(app);
|
||||||
|
|
||||||
|
console.log("ENTER THE SOCKET");
|
||||||
|
|
||||||
//console.log(server);
|
//console.log(server);
|
||||||
console.log(http);
|
//console.log(http);
|
||||||
|
|
||||||
const io = new Server(server, {
|
const io = new Server(server, {
|
||||||
cors: {
|
cors: {
|
||||||
|
|||||||
Reference in New Issue
Block a user