diff --git a/server/api/AdminAPI.js b/server/api/AdminAPI.js index 6dd86be..05cb8bf 100644 --- a/server/api/AdminAPI.js +++ b/server/api/AdminAPI.js @@ -26,7 +26,6 @@ if (process.env.NODE_ENV.trim() === 'production') { router.use(cors(globals.CORS)); router.use((req, res, next) => { - req.accepts(); if (isAuthorized(req)) { next(); } else {