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!'); })