add notification routes
This commit is contained in:
@@ -19,4 +19,6 @@ export type Claim =
|
||||
| "rts:delete"
|
||||
| "task:read"
|
||||
| "task:write"
|
||||
| "task:delete";
|
||||
| "task:delete"
|
||||
| "notification:read"
|
||||
| "notification:write";
|
||||
|
||||
@@ -24,6 +24,8 @@ export const rules: Record<
|
||||
"task:read",
|
||||
"task:write",
|
||||
"task:delete",
|
||||
"notification:read",
|
||||
"notification:write",
|
||||
],
|
||||
hiddenFields: {
|
||||
orgs: ["__v"],
|
||||
|
||||
Reference in New Issue
Block a user