mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
added initial support for REST-initiated outdials
This commit is contained in:
5
lib/http-routes/api/index.js
Normal file
5
lib/http-routes/api/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const api = require('express').Router();
|
||||
|
||||
api.use('/createCall', require('./create-call'));
|
||||
|
||||
module.exports = api;
|
||||
Reference in New Issue
Block a user