mirror of
https://github.com/jambonz/jambonz-node.git
synced 2026-07-24 13:02:42 +00:00
fix send command
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const assert = require('assert');
|
||||
const {WebhookResponse} = require('./webhook-response');
|
||||
const WebhookResponse = require('./webhook-response');
|
||||
|
||||
module.exports = (ws, {logger, req}) => {
|
||||
ws.locals = {logger, req, url: req.url, originalUrl: req.url};
|
||||
|
||||
Reference in New Issue
Block a user