dynamiccast/sails-json-api-blueprints

Overridden update action are never called

dynamiccast opened this issue · 0 comments

Due to the PatchRoute fix in hook.js:58, eventual overridden routes in controllers are ignored since BlueprintController.update(req, res); is always called.