adding log
This commit is contained in:
@@ -72,6 +72,7 @@ httpServer.post('/', async (req, res) => {
|
||||
|
||||
httpServer.listen(HTTP_PORT, () => {
|
||||
console.log('HTTP server listening 3333')
|
||||
console.log('UDP server listening 3334')
|
||||
})
|
||||
|
||||
// Response
|
||||
|
||||
Reference in New Issue
Block a user