add notification routes

This commit is contained in:
2025-02-05 13:52:04 +05:30
parent 8559aab3da
commit 2d62e9712b
8 changed files with 193 additions and 1 deletions

View File

@@ -24,6 +24,8 @@ export const rules: Record<
"task:read",
"task:write",
"task:delete",
"notification:read",
"notification:write",
],
hiddenFields: {
orgs: ["__v"],