Skip to content

Commit

Permalink
Update casbin-auth.md (#292)
Browse files Browse the repository at this point in the history
Fixing 404 URL
  • Loading branch information
safaci2000 committed Jul 21, 2023
1 parent 9660241 commit 37f7778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/middleware/casbin-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ enforcer, err := casbin.NewEnforcer("casbin_auth_model.conf", "casbin_auth_polic
e.Use(casbin_mw.Middleware(enforcer))
```

For syntax, see: [Syntax for Models](https://casbin.org/docs/en/syntax-for-models).
For syntax, see: [Syntax for Models](https://casbin.org/docs/syntax-for-models).


## Custom Configuration
Expand Down

0 comments on commit 37f7778

Please sign in to comment.