Add a single comment
parent
d712d45763
commit
5de66bfb7b
|
@ -19,6 +19,7 @@ app.get('/', function(req, res){
|
||||||
// Simple way to expose a function
|
// Simple way to expose a function
|
||||||
exports = module.exports = rws;
|
exports = module.exports = rws;
|
||||||
|
|
||||||
|
// rws = RunWebServer
|
||||||
function rws() {
|
function rws() {
|
||||||
server.listen(port, () => {
|
server.listen(port, () => {
|
||||||
console.log('✅ Webserver is running ( %d )', port);
|
console.log('✅ Webserver is running ( %d )', port);
|
||||||
|
|
Loading…
Reference in New Issue