This commit is contained in:
黄心宇 2024-01-12 10:43:12 +08:00
parent f75c5ad7a7
commit 46c7e965fd
1 changed files with 1 additions and 1 deletions

View File

@ -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);