Commit a6eff16e authored by Ahmad Nemati's avatar Ahmad Nemati

git pull

parent e2aea30e
...@@ -37,11 +37,11 @@ init() ...@@ -37,11 +37,11 @@ init()
app.use(cors()) app.use(cors())
app.use(bodyParser.text()); app.use(bodyParser.text());
server.listen(port, () => { // server.listen(port, () => {
console.log('Server listening at port %d', port); // console.log('Server listening at port %d', port);
//
//
}) // })
app.post('/signal', (req, res) => { app.post('/signal', (req, res) => {
......
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