Skip to content

Commit

Permalink
fix: fix broken links (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Selflocking committed Aug 8, 2023
1 parent 5a862ed commit 4ff069b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/casbin-mode/example.ts
Expand Up @@ -188,12 +188,12 @@ g, /book/:id, pen_admin
/**
* Here is custom functions for Casbin.
* Currently, there are built-in globMatch, keyMatch, keyMatch2, keyMatch3, keyMatch4, regexMatch, ipMatch.
* See https://casbin.org/docs/en/function#functions-in-matchers for more details.
* See https://casbin.org/docs/function#functions-in-matchers for more details.
*/
functions: {},
/**
* The value comes from config.functions, Casbin will not use this configuration if the value is undefined.
* See https://casbin.org/docs/en/rbac#use-pattern-matching-in-rbac for more details.
* See https://casbin.org/docs/rbac#use-pattern-matching-in-rbac for more details.
* example:
* matchingForGFunction: 'globMatch'
* matchingDomainForGFunction: 'keyMatch'
Expand Down

0 comments on commit 4ff069b

Please sign in to comment.