spee.ch/server/routes/apiRoutes/index.js
2018-03-27 18:25:23 -07:00

5 lines
92 B
JavaScript

const channelShortId = require('./channelShortId');
module.exports = {
channelShortId,
}