Merge pull request #15462 from backstage/mob/root-http-router

backend-next: introduce new root http router service
This commit is contained in:
Patrik Oldsberg
2023-01-04 14:34:40 +01:00
committed by GitHub
18 changed files with 321 additions and 24 deletions
@@ -23,6 +23,7 @@ import { appPlugin } from './appPlugin';
import {
databaseFactory,
httpRouterFactory,
rootHttpRouterFactory,
loggerFactory,
rootLoggerFactory,
} from '@backstage/backend-app-api';
@@ -63,6 +64,7 @@ describe('appPlugin', () => {
rootLoggerFactory(),
databaseFactory(),
httpRouterFactory(),
rootHttpRouterFactory(),
],
features: [
appPlugin({