mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-24 13:02:16 +00:00
update endpoint
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user