Commit ea29715b authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent ed2bff8e
Pipeline #54 canceled with stages
...@@ -17,7 +17,7 @@ let arr = [] ...@@ -17,7 +17,7 @@ let arr = []
app.listen(port, () => console.log(`Example app listening on port ${port}!`)) app.listen(port, () => console.log(`Example app listening on port ${port}!`))
app.get('/', (req, res) => { app.get('/', (req, res) => {
console.log('get file request')
res.sendfile('config.mobileconfig') res.sendfile('config.mobileconfig')
}) })
async function refresh() { async function refresh() {
......
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