mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
add brightness affect to active card element
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user