adding log

This commit is contained in:
daniel muniz
2025-01-24 10:36:40 -03:00
parent 8cd0461088
commit 947de9f2ea

View File

@@ -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