const theatreDefaults = {
  method: 'GET',
  path: '/theatres/{theatreSlug?}',
  handler: theatreController,
  options: {