add notification create route, update permit update rotue

This commit is contained in:
2025-03-27 11:08:49 +05:30
parent 300e67bcb7
commit 3e68d594d2
7 changed files with 70 additions and 4 deletions

View File

@@ -31,6 +31,9 @@ export const rules: Record<
"view:read",
"view:write",
"view:delete",
"token:read",
"token:write",
"token:delete",
],
hiddenFields: {
orgs: ["__v"],