This commit is contained in:
Vincze József 2023-11-15 08:13:12 +01:00
parent 6357cfdccb
commit 309d2d6924
3 changed files with 6 additions and 8 deletions

9
app.js
View File

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

View File

@ -18,6 +18,7 @@
{ {
"subject": "iotechnic.eu", "subject": "iotechnic.eu",
"altnames": [ "altnames": [
"localhost",
"iotechnic.eu", "iotechnic.eu",
"www.iotechnic.eu" "www.iotechnic.eu"
], ],