Add a single comment

main
nightly 2022-09-07 09:12:51 +02:00
parent d712d45763
commit 5de66bfb7b
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ app.get('/', function(req, res){
// Simple way to expose a function
exports = module.exports = rws;
// rws = RunWebServer
function rws() {
server.listen(port, () => {
console.log('✅ Webserver is running ( %d )', port);