mirror of
https://github.com/jambonz/jambonz-echo-test.git
synced 2025-12-19 05:17:49 +00:00
5 lines
94 B
JavaScript
5 lines
94 B
JavaScript
module.exports = ({logger, makeService}) => {
|
|
require('./echo')({logger, makeService});
|
|
};
|
|
|