feat: Implement role-based access control middleware and tests
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
95a2d85aa3
commit
963d8c3aa5
3 changed files with 31 additions and 81 deletions
|
|
@ -13,6 +13,6 @@ export default {
|
|||
},
|
||||
transformIgnorePatterns: [
|
||||
'/node_modules/',
|
||||
'/backend/src/'
|
||||
'/backend/src/__tests__/'
|
||||
]
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue