Skip to content

Commit

Permalink
Incorrect link to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Feb 13, 2024
1 parent 8f93be3 commit bb60095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/middlewares/ratelimit_router.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3 class="box-title">
limit</code>
</h3>
<div class="pull-right" ng-include src="'/src/app/layout/docs.html'"
ng-repeat="doc in [{'ee': false, 'url':'/throttling/rate-limit/'}]"></div>
ng-repeat="doc in [{'ee': false, 'url':'/endpoints/rate-limit/'}]"></div>
</div>
<div class="box-body">
<p ng-if="!isMiddlewareEnabled()">Limits the number of requests this endpoint can receive</p>
Expand Down

0 comments on commit bb60095

Please sign in to comment.