loh httpd

This commit is contained in:
CHIEFSOFT\ameye
2024-03-12 16:06:20 -04:00
parent 426a7e3126
commit 0750824c3e
+2 -1
View File
@@ -11,7 +11,8 @@ app.use(cors());
const server = http.createServer(app);
console.log(server);
//console.log(server);
console.log(http);
const io = new Server(server, {
cors: {