mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
yes, I've finally started on the dreaded admin refactor (not much else left to do :/)
This commit is contained in:
@@ -15,9 +15,9 @@ module.exports = function(app, middleware) {
|
||||
app.namespace(nconf.get('relative_path'), function() {
|
||||
//temp
|
||||
metaRoute.createRoutes(app);
|
||||
admin.createRoutes(app);
|
||||
feedsRoute.createRoutes(app);
|
||||
|
||||
admin(app, middleware, controllers);
|
||||
apiRoute(app, middleware, controllers);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user