Readme update
This commit is contained in:
parent
f5380927fd
commit
89e2f52063
9 changed files with 60 additions and 148 deletions
|
|
@ -110,4 +110,8 @@ app.use(function (err, req, res, next) {
|
|||
});
|
||||
|
||||
await db.read()
|
||||
app.listen(3000)
|
||||
|
||||
const port = process.env.PORT || 3000
|
||||
app.listen(port, () => {
|
||||
console.log(`Server listening on port ${port}!`);
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue