Update app.js

This commit is contained in:
G
2021-02-05 16:30:06 -08:00
committed by GitHub
parent 9b1715b3db
commit 21e6e04a3f
+1 -1
View File
@@ -548,7 +548,7 @@ if (argv.cli) {
}
} else {
var server = app.listen(server_port, server_host, function() {
helper.setup_tecert()
//helper.setup_tecert()
console.log("Server started at http://%s:%s/app.html", server_host, server_port);
});
}