usehenri/henri

Sanitize controller statement in route

Opened this issue · 0 comments

reel commented

If you add a route with a target controller, we should throw if it includes spaces.

module.exports = {
  'resources ship': { controller: 'ship ', scope: 'operations' },
};

@maximepatry