cont.
This commit is contained in:
parent
f75c5ad7a7
commit
46c7e965fd
|
@ -38,7 +38,7 @@ app.get('*',function (req,res) {
|
|||
render(req,res);
|
||||
})
|
||||
|
||||
const port = 3000
|
||||
const port = 5000
|
||||
|
||||
console.log(`\n==> 🌎 Listening on port ${port}. Open up http://localhost:${port}/ in your browser.\n`)
|
||||
app.listen(port);
|
Loading…
Reference in New Issue