backend-app-api: reimplement rootHttpRouterFactory with internal API

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-05 14:32:58 +01:00
parent d56bd5dfef
commit 15f15e4a71
3 changed files with 31 additions and 37 deletions
+2
View File
@@ -41,6 +41,7 @@
"@backstage/plugin-permission-node": "workspace:^",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
@@ -54,6 +55,7 @@
},
"devDependencies": {
"@backstage/cli": "workspace:^",
"@types/compression": "^1.7.0",
"@types/fs-extra": "^9.0.3",
"@types/node-forge": "^1.3.0",
"@types/stoppable": "^1.1.0"