修改
This commit is contained in:
parent
4c16540bf1
commit
69c9081873
@ -38,4 +38,4 @@ const server = http.createServer(function (request, response) {
|
||||
}
|
||||
})
|
||||
const port = process.env.PORT || 3000
|
||||
server.listen(port, () => console.log(`rpi status http server running at http://localhost:${port}`);)
|
||||
server.listen(port, () => console.log(`rpi status http server running at http://localhost:${port}`))
|
||||
|
Loading…
Reference in New Issue
Block a user