änderung von port 80 auf 8080
This commit is contained in:
parent
d4fe5c05f3
commit
80a10450bc
1 changed files with 3 additions and 3 deletions
2
index.js
2
index.js
|
@ -42,4 +42,4 @@ app.get('/assets/*', function(req, res){
|
|||
res.sendFile(__dirname + req.originalUrl)
|
||||
})
|
||||
|
||||
app.listen(80)
|
||||
app.listen(8080)
|
||||
|
|
Reference in a new issue