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);