Merge pull request #15589 from backstage/rugvip/httpmove
backand-app-api: move over HTTP server implementation from backend-common
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Moved over implementation of the root HTTP service from `@backstage/backend-common`, and replaced the `middleware` option with a `configure` callback option.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-tasks': patch
|
||||
---
|
||||
|
||||
Minor internal refactor to avoid import cycle issue.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-common': patch
|
||||
---
|
||||
|
||||
Refactor to rely on `@backstage/backend-app-api` for the implementation of `createServiceBuilder`.
|
||||
Reference in New Issue
Block a user