There seems to be a mistake in the docs. You no longer need an internal blueprints object for your route controller configuration. Therefore, in your controller, simply do:
_config: { actions: false, rest: false, shortcuts: false }
and it should work fine. Sorry for this!
- Change -
The above is valid only for v0.10.x. For v0.9.x, you still need to determine your controller configuration using _config.blueprints .
sgress454
source share