deprecation notice

This commit is contained in:
psychobunny
2014-03-03 00:22:10 -05:00
parent fe9d4efa98
commit 31d576e9ed

View File

@@ -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;