lib/hooks/blueprints/README.md
Implements support for the blueprint API in Sails.
This is a core hook in the Sails.js framework. You can override or disable it using your
.sailsrcfile or environment variables. See Concepts > Configuration for more information.
This hook's responsibilities are:
sails.modules to read blueprints from the user's app into self.middleware.route:typeUnknown on sails, interpret route syntax which should match a blueprint action, and bind the appropriate middleware (this happens when the Router is loaded, after all the hooks.)Have questions or having trouble? Click here.
For more information on overriding core hooks, check out Extending Sails > Hooks.
To report a bug, click here.
Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.
The Sails framework is free and open-source under the MIT License.