add brightness affect to active card element

This commit is contained in:
AlecM33
2022-07-05 19:28:56 -04:00
parent 8e455f258a
commit 072c49c47a
4 changed files with 6 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ if (process.env.NODE_ENV.trim() === 'production') {
router.use(cors(globals.CORS));
router.use((req, res, next) => {
req.accepts()
req.accepts();
if (isAuthorized(req)) {
next();
} else {