Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
64J0 committed Dec 19, 2024
1 parent 3e2118c commit f24fcc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -3557,6 +3557,8 @@ let endpoints: list<Endpoint> =

In this example, we're using the ASP.NET [Rate limiting](https://learn.microsoft.com/en-us/aspnet/core/performance/rate-limit) middleware for the path `/rate-limit`, and not using it for `/no-rate-limit`. If you'd like to test it, check the sample at the official repository. There's a `README.md` file with instructions on how to run it locally.

Note that for those extensions to work properly, you'll probably need to make additional changes to the server. Please check the official extension documentation page to know more about this.

If there are other extensions you'd like to use, feel free to submit your patches through GitHub PRs, or by creating new issues to let us know.

### TokenRouter
Expand Down

0 comments on commit f24fcc1

Please sign in to comment.