This commit is contained in:
Vincze József 2023-11-15 08:17:29 +01:00
parent 309d2d6924
commit 316fac7f50
1 changed files with 3 additions and 3 deletions

6
app.js
View File

@ -1900,12 +1900,12 @@ http.createServer(app).listen(80);*/
employee.tcpClose();
})*/
// Binding the event to the eventhandler
/*
app.listen(80,function functionName() {
console.log('Server elindult a 80-es porton.');
});*/
module.exports = app;
});
//module.exports = app;
/*
server.listen(80,function functionName() {
console.log('Server elindult a 80-es porton.');