message
parent
8d72198021
commit
8e00103a10
|
|
@ -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!');
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue