From 991c3f159e67f52d2348a14c7a84af7005c42768 Mon Sep 17 00:00:00 2001 From: Sam Machin Date: Thu, 3 Jul 2025 16:16:57 +0100 Subject: [PATCH] update endpoint --- lib/routes/api/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/api/accounts.js b/lib/routes/api/accounts.js index 7961c40..c3863f1 100644 --- a/lib/routes/api/accounts.js +++ b/lib/routes/api/accounts.js @@ -1223,7 +1223,7 @@ router.get('/:sid/Conferences', async(req, res) => { /** * retrieve counts of calls under an account */ -router.get('/:sid/Callcount', async(req, res) => { +router.get('/:sid/CallCount', async(req, res) => { const {logger, getCallCount} = req.app.locals; try { const accountSid = parseAccountSid(req);