This commit is contained in:
赵鑫 2022-09-04 14:28:51 +08:00
parent 4c16540bf1
commit 69c9081873

View File

@ -38,4 +38,4 @@ const server = http.createServer(function (request, response) {
} }
}) })
const port = process.env.PORT || 3000 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}`))