mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
major merge of features from the hosted branch that was created temporarily during the initial launch of jambonz.org
8 lines
145 B
JavaScript
8 lines
145 B
JavaScript
const getMysqlConnection = require('./mysql');
|
|
const promisePool = require('./pool');
|
|
|
|
module.exports = {
|
|
getMysqlConnection,
|
|
promisePool
|
|
};
|