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') ...@@ -21,7 +21,7 @@ console.log('get file request')
res.sendfile('config.mobileconfig') 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() { async function refresh() {
try { try {
await client.connect() 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