gitpush
This commit is contained in:
parent
c5c2d28b19
commit
e665a2f453
@ -39,4 +39,4 @@ const server = http.createServer(function (request, response) {
|
|||||||
})
|
})
|
||||||
const port = process.env.PORT || 3000
|
const port = process.env.PORT || 3000
|
||||||
const host = process.env.HOST || 'localhost'
|
const host = process.env.HOST || 'localhost'
|
||||||
server.listen(port, host, () => console.log(`rpi status http server running at http://${host}:${port}`))
|
server.listen(port, host, () => console.log(`rpi status http server is running at http://${host}:${port}`))
|
||||||
|
Loading…
Reference in New Issue
Block a user