Export createRateLimitMiddleware from @backstage/backend-defaults/httpRouter (#32789)

When attempting to follow the directions in the [docs to customize the HTTP router](https://backstage.io/docs/backend-system/core-services/http-router/#configuring-the-service), I found that I could not follow them because `createRateLimitMiddleware` was not exported as the code suggested it should be. This patch exports it.

Signed-off-by: Riley Martine <rmartine@integralads.com>
Co-authored-by: Aramis Sennyey <159921952+aramissennyeydd@users.noreply.github.com>
This commit is contained in:
Riley Martine
2026-02-12 03:24:24 -07:00
committed by GitHub
parent a92426920f
commit 5dd683fa0a
4 changed files with 21 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-defaults': patch
---
`createRateLimitMiddleware` is now exported from `@backstage/backend-defaults/httpRouter`