1 2 3 4 5 6 7
'use strict' const apiController = require('./api/') module.exports = { api: apiController }