/** * Main application file */ 'use strict'; module.exports = function (app) { app.use('/products', require('./api/products')); }