add ctasks routes

This commit is contained in:
2025-06-07 14:59:22 +05:30
parent 01b40dd757
commit bec293193f
9 changed files with 600 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ export type Claim =
| "task:read"
| "task:write"
| "task:delete"
| "ctask:read"
| "ctask:write"
| "ctask:delete"
| "notification:read"
| "notification:write"
| "notification:delete"