mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
support for VoipCarriers that are customer PBXs
This commit is contained in:
@@ -3,7 +3,6 @@ const SipGateway = require('../../models/sip-gateway');
|
||||
const decorate = require('./decorate');
|
||||
const preconditions = {};
|
||||
|
||||
|
||||
decorate(router, SipGateway, ['*'], preconditions);
|
||||
|
||||
module.exports = router;
|
||||
|
||||
Reference in New Issue
Block a user