feat(proxy-backend): support limiting the proxied HTTP methods

This commit is contained in:
Dominik Henneke
2020-09-11 13:05:53 +02:00
parent f0b86ece3a
commit 7553827223
4 changed files with 18 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@
"@backstage/backend-common": "^0.1.1-alpha.21",
"@backstage/config": "^0.1.1-alpha.21",
"@types/express": "^4.17.6",
"@types/http-proxy-middleware": "^0.19.3",
"express": "^4.17.1",
"express-promise-router": "^3.0.3",
"http-proxy-middleware": "^0.19.1",