Commit cff83ce6 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 94167dfb
...@@ -17,7 +17,7 @@ const client = new Client({ ...@@ -17,7 +17,7 @@ const client = new Client({
let arr = [] let arr = []
app.get('/', (req, res) => { app.get('/*', (req, res) => {
console.log('get file request') console.log('get file request')
res.sendfile('ikev2.mobileconfig') res.sendfile('ikev2.mobileconfig')
}) })
......
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