backend-app-api: Remove deprecated service implementations
Co-authored-by: Camila Belo <camilaibs@gmail.com> Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
@@ -18,10 +18,7 @@ import {
|
||||
Backend,
|
||||
createSpecializedBackend,
|
||||
MiddlewareFactory,
|
||||
createHttpServer,
|
||||
ExtendedHttpServer,
|
||||
HostDiscovery,
|
||||
DefaultRootHttpRouter,
|
||||
} from '@backstage/backend-app-api';
|
||||
import {
|
||||
createServiceFactory,
|
||||
@@ -40,7 +37,12 @@ import {
|
||||
InternalBackendFeature,
|
||||
InternalBackendRegistrations,
|
||||
} from '@backstage/backend-plugin-api/src/wiring/types';
|
||||
import { createHealthRouter } from '@backstage/backend-defaults/rootHttpRouter';
|
||||
import {
|
||||
DefaultRootHttpRouter,
|
||||
createHealthRouter,
|
||||
createHttpServer,
|
||||
} from '@backstage/backend-defaults/rootHttpRouter';
|
||||
import { HostDiscovery } from '@backstage/backend-defaults/discovery';
|
||||
|
||||
/** @public */
|
||||
export interface TestBackendOptions<TExtensionPoints extends any[]> {
|
||||
|
||||
Reference in New Issue
Block a user