rephrased instructions for all policy module removal

Signed-off-by: zeshanziya <zeshan.ziya@axelerant.com>
This commit is contained in:
zeshanziya
2024-09-17 14:47:13 +05:30
parent c89bdaec79
commit 4d8eec1535
+1 -1
View File
@@ -81,7 +81,7 @@ To help validate the permission framework is setup we'll create a Test Permissio
});
```
6. We now need to register this in the backend. We will do this by adding the follow line:
6. We now need to register this in the backend. We will do this by adding the new module and remove the existing allow all policy module as we can't have two modules setting the policy:
```ts title="packages/backend/src/index.ts"
// permission plugin