From 31d576e9ed3a157285daf6d089d721f99d213d51 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 3 Mar 2014 00:22:10 -0500 Subject: [PATCH] deprecation notice --- src/routes/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/routes/index.js b/src/routes/index.js index 8023344449..3a0944dc48 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -202,6 +202,9 @@ module.exports = function(app, middleware) { plugins.ready(function() { + /* + * TO BE DEPRECATED post 0.4x + */ plugins.fireHook('filter:server.create_routes', custom_routes, function(err, custom_routes) { var route, routes = custom_routes.routes;