yes, I've finally started on the dreaded admin refactor (not much else left to do :/)

This commit is contained in:
psychobunny
2014-03-03 12:50:21 -05:00
parent 209bcaba8c
commit e588762aa0
2 changed files with 381 additions and 396 deletions

View File

@@ -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);
/**