Commit e137ad6e authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent c5cff887
...@@ -32,6 +32,14 @@ app.post('/signal', (req, res) => { ...@@ -32,6 +32,14 @@ app.post('/signal', (req, res) => {
}) })
app.get('/', (req, res) => {
res.send('Done')
//console.log(req.body)
})
......
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