feat: Add role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
BibaBot 2026-03-17 22:08:53 +00:00
parent 901bcf454c
commit eb45e4474d
6 changed files with 58 additions and 165 deletions

View file

@ -6,6 +6,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"start": "node src/server.js",
"dev": "node --watch src/server.js",
"db:init": "node src/db/init.js",