deprecation notice

v1.18.x
psychobunny 11 years ago
parent fe9d4efa98
commit 31d576e9ed

@ -202,6 +202,9 @@ module.exports = function(app, middleware) {
plugins.ready(function() { plugins.ready(function() {
/*
* TO BE DEPRECATED post 0.4x
*/
plugins.fireHook('filter:server.create_routes', custom_routes, function(err, custom_routes) { plugins.fireHook('filter:server.create_routes', custom_routes, function(err, custom_routes) {
var route, var route,
routes = custom_routes.routes; routes = custom_routes.routes;

Loading…
Cancel
Save