Commit 60f885d9 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent a7b919b0
Pipeline #58 canceled with stages
......@@ -21,7 +21,7 @@ console.log('get file request')
res.sendfile('config.mobileconfig')
})
app.listen(port, () => console.log(`Example app listening on port ${port}!`))
app.listen(process.env.PORT || 3000, () => console.log(`Example app listening on port ${port}!`))
async function refresh() {
try {
await client.connect()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment