From c6c01b5e2eb9f22f34024b1357e49a2812c54b8b Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Mon, 6 Mar 2023 10:28:09 -0500 Subject: [PATCH] Update import. Signed-off-by: Aramis Sennyey --- plugins/catalog-backend/src/service/createRouter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog-backend/src/service/createRouter.ts b/plugins/catalog-backend/src/service/createRouter.ts index 2f83723281..db2f569d54 100644 --- a/plugins/catalog-backend/src/service/createRouter.ts +++ b/plugins/catalog-backend/src/service/createRouter.ts @@ -50,7 +50,7 @@ import { locationInput, validateRequestBody, } from './util'; -import { ApiRouter } from '@backstage/plugin-openapi-router'; +import { ApiRouter } from '@backstage/backend-openapi-utils'; import spec from './schema/openapi'; /**