diff --git a/app.js b/app.js index 0f505d9..312d050 100644 --- a/app.js +++ b/app.js @@ -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.');