From c78167af3b36dbcc93dbfa28a9471854c5204b5a Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 8 Aug 2026 14:38:29 +0000 Subject: [PATCH] Edit README.md via Editor --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f55116..aef9d67 100644 --- a/README.md +++ b/README.md @@ -242,9 +242,4 @@ The **docker folder** contains a couple of helper scripts: Afterwards, continue to start your project in the backend directory by running: `yarn start` - function ensureAdmin(req, res, next) { - if (req.isAuthenticated() && req.user.role === 'admin') { - return next(); - } - res.status(403).send('Access Denied'); -} \ No newline at end of file + admin commands tools for admin@flatlogic.com \ No newline at end of file