mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +00:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
const getMysqlConnection = require('./mysql');
|
|
|
|
module.exports = {
|
|
getMysqlConnection
|
|
};
|