From 09d146f9709527673ea3d26efd71438756e509c3 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Tue, 5 Jul 2022 21:56:41 -0400 Subject: [PATCH] remove extraneous call --- server/api/AdminAPI.js | 1 - 1 file changed, 1 deletion(-) 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 {