update endpoint

This commit is contained in:
Sam Machin
2025-07-03 16:16:57 +01:00
parent 3f293008cb
commit 991c3f159e
+1 -1
View File
@@ -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);