Update cli default backend plugin to use non-deprecated imports
Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
@@ -63,7 +63,7 @@ export type ErrorHandlerOptions = {
|
||||
*
|
||||
* @public
|
||||
* @returns An Express error request handler
|
||||
* @deprecated Use {@link @backstage/backend-app-api#MiddlewareFactory.create.error} instead
|
||||
* @deprecated Use {@link @backstage/backend-defaults/rootHttpRouter#MiddlewareFactory.create.error} instead
|
||||
*/
|
||||
export function errorHandler(
|
||||
options: ErrorHandlerOptions = {},
|
||||
|
||||
Reference in New Issue
Block a user