Transactions
Dan 2017-09-01 23:24:15 -06:00
parent 8d72198021
commit 8e00103a10
1 changed files with 1 additions and 1 deletions

View File

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