nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

commit 5dfdf92fe32cb4855c050e74d2d89866d8aacb2a
parent 1048650a3a5b48fdcb75b5695bd8f3ee8a8d9a42
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 26 Mar 2016 11:58:16 +0100

Change port

Diffstat:
Mweb/server.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/web/server.js b/web/server.js @@ -30,8 +30,8 @@ var server = module.exports = {}; app.use('/css', express.static(__dirname + '/theme/css')); app.use('/js', express.static(__dirname + '/theme/js')); app.use('/fonts', express.static(__dirname + '/theme/fonts')); - http.listen(80, "0.0.0.0", function(){ - console.log('listening on *:80'); + http.listen(3001, "0.0.0.0", function(){ + console.log('listening on *:3001'); }); }, /**