Update
This commit is contained in:
parent
9f61c3f3aa
commit
6ce1afb134
1 changed files with 1 additions and 1 deletions
|
@ -23,6 +23,6 @@ webapp.use('/public', express.static(__dirname + '/public'));
|
||||||
|
|
||||||
//Webapp Initialize
|
//Webapp Initialize
|
||||||
webapp.listen(port, ip);
|
webapp.listen(port, ip);
|
||||||
console.log('working again');
|
console.log('live on ip: ' + ip + ':' + port);
|
||||||
|
|
||||||
module.exports = webapp;
|
module.exports = webapp;
|
Loading…
Add table
Add a link
Reference in a new issue