Files
backstage/packages/backend-defaults
Riley Martine 5dd683fa0a 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>
2026-02-12 11:24:24 +01:00
..
2026-02-03 14:24:29 +00:00
2026-02-03 14:24:29 +00:00

@backstage/backend-defaults

This package provides the default implementations and setup for a standard Backstage backend app.

Installation

Add the library to your backend app package:

# From your Backstage root directory
yarn --cwd packages/backend add @backstage/backend-defaults

Documentation