From 8e00103a104e939e56470c9d7bd97443031c5366 Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 1 Sep 2017 23:24:15 -0600 Subject: [PATCH] message --- Server/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/app.js b/Server/src/app.js index be4235a..eea9852 100644 --- a/Server/src/app.js +++ b/Server/src/app.js @@ -9,7 +9,7 @@ app.get('/*', function (req, res) { res.sendFile(path.join(__dirname, './www', 'index.htmll')); }) -app.listen(27641, function () { +app.listen(25776, function () { console.log('Example app listening on port 3000!'); })