Skip to content

Commit

Permalink
Updating app files
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsislimadev committed Jan 23, 2025
1 parent 6ddcd82 commit 71cf806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const server = new Server()

server.get('/', (req, res) => res.setJSON({ id: Date.now() }))

server.listen(80).then((port) => console.log(`PORT: ${PORT}`))
server.listen(80).then((port) => console.log(`PORT: ${port}`))

server.listen(8080) // more instances
```
Expand Down

0 comments on commit 71cf806

Please sign in to comment.