log tthe upsteam socket

This commit is contained in:
CHIEFSOFT\ameye
2025-10-12 20:56:54 -04:00
parent fed974378c
commit 9c21464591
+3
View File
@@ -30,6 +30,9 @@ app.use(bodyParser.json({type: 'application/vnd.api+json'}))
//const socket = io.connect(process.env.SOCKET_URL);
const socket = io.connect("http://10.10.10.13:5005");
logger.info('***** Server process.env.SOCKET_URL ********* ', process.env.SOCKET_URL);
// respond with "hello world" when a GET request is made to the homepage
app.get('/broadcast/general', (req, res) => {