Testing webhook
This commit is contained in:
parent
375a2e5850
commit
d611683bfa
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ http.createServer(function (req, res) {
|
||||||
|
|
||||||
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
res.writeHead(200, { 'Content-Type': 'text/plain' })
|
||||||
res.end('Hello World\n')
|
res.end('Hello World\n')
|
||||||
// HOST: losslessly-api.djkato.net/moover
|
|
||||||
}).listen(7481, '127.0.0.1', () => {
|
}).listen(7481, '127.0.0.1', () => {
|
||||||
console.log('Server is running')
|
console.log('Server is running')
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue