This commit is contained in:
briandavidjoyner 2017-11-02 08:44:18 -04:00
parent 9f61c3f3aa
commit 6ce1afb134
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ webapp.use('/public', express.static(__dirname + '/public'));
//Webapp Initialize
webapp.listen(port, ip);
console.log('working again');
console.log('live on ip: ' + ip + ':' + port);
module.exports = webapp;