backend-app-api: move http dir out of lib
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -20,6 +20,6 @@
|
||||
* @packageDocumentation
|
||||
*/
|
||||
|
||||
export * from './lib/http';
|
||||
export * from './http';
|
||||
export * from './wiring';
|
||||
export * from './services/implementations';
|
||||
|
||||
+1
-1
@@ -22,7 +22,7 @@ import {
|
||||
LoggerService,
|
||||
} from '@backstage/backend-plugin-api';
|
||||
import express, { RequestHandler, Express } from 'express';
|
||||
import { MiddlewareFactory, startHttpServer } from '../../../lib/http';
|
||||
import { MiddlewareFactory, startHttpServer } from '../../../http';
|
||||
import { RestrictedIndexedRouter } from './RestrictedIndexedRouter';
|
||||
|
||||
interface RootHttpRouterConfigureOptions {
|
||||
|
||||
Reference in New Issue
Block a user