Webhook test
This commit is contained in:
parent
b42fb4a06c
commit
eda3b92148
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ http.createServer(function (req, res) {
|
||||||
console.log('Success!')
|
console.log('Success!')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
// AAAAAAAAAAAAAAA
|
||||||
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
||||||
res.end('Hello World\n')
|
res.end('Hello World\n')
|
||||||
}).listen(7481, '127.0.0.1', () => {
|
}).listen(7481, '127.0.0.1', () => {
|
||||||
|
|
Loading…
Reference in a new issue