Update README.md
This commit is contained in:
parent
b6ed2b51c3
commit
8f437f2c2e
|
@ -266,7 +266,7 @@ g = _, _
|
||||||
e = some(where (p.eft == allow))
|
e = some(where (p.eft == allow))
|
||||||
|
|
||||||
[matchers]
|
[matchers]
|
||||||
m = g(r.sub, p.sub) && r.sub == p.sub && keyMatch2(r.obj, p.obj) && regexMatch(r.act, p.act)
|
m = g(r.sub, p.sub) && keyMatch2(r.obj, p.obj) && regexMatch(r.act, p.act)
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, using middleware rules:
|
Then, using middleware rules:
|
||||||
|
|
Loading…
Reference in New Issue