mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
deprecation notice
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user