spee.ch/server/routes/apiRoutes/index.js

6 lines
92 B
JavaScript
Raw Normal View History

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