module.exports = {
  routes: [
    // {
    //  method: 'GET',
    //  path: '/{{ id }}',
    //  handler: '{{ id }}.exampleAction',
    //  config: {
    //    policies: [],
    //    middlewares: [],
    //  },
    // },
  ],
};
