diff --git a/src/controllers/proxyManagementController.js b/src/controllers/proxyManagementController.js index 75c243c..9cf0a10 100644 --- a/src/controllers/proxyManagementController.js +++ b/src/controllers/proxyManagementController.js @@ -37,7 +37,7 @@ const getUserConnectionsStatus = async (req, res) => { const userConnections = cache.get("userConnections"); console.log(userConnections); - return res.status(200).json({ userConnections }); + return res.status(200).json(userConnections); } catch (error) { console.log(error); return res.status(500).json({ error });