Commit a7b919b0 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 06b2b0d9
Pipeline #57 canceled with stages
...@@ -15,11 +15,13 @@ const client = new Client({ ...@@ -15,11 +15,13 @@ const client = new Client({
let arr = [] let arr = []
app.listen(port, () => console.log(`Example app listening on port ${port}!`))
app.get('/', (req, res) => { app.get('/', (req, res) => {
console.log('get file request') console.log('get file request')
res.sendfile('config.mobileconfig') res.sendfile('config.mobileconfig')
}) })
app.listen(port, () => 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