From c4c8964f822cccfba333398c95a1121e5d7cb10f Mon Sep 17 00:00:00 2001 From: barisusakli Date: Sun, 28 Dec 2014 23:01:30 -0500 Subject: [PATCH] closes #2543 --- src/routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/index.js b/src/routes/index.js index 435b0baff6..98d75c637f 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -142,8 +142,8 @@ module.exports = function(app, middleware) { userRoutes(router, middleware, controllers); groupRoutes(router, middleware, controllers); - app.use(relativePath, router); app.use(relativePath, pluginRouter); + app.use(relativePath, router); app.use(relativePath, authRouter); if (process.env.NODE_ENV === 'development') {