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