adding express.Request back to interface

I tried to use the node-fetch request, however the express handlers
appear to be passing down express.Request so its seems to be the right
choice.

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-08-16 11:58:59 +01:00
parent c7e6c23c38
commit 90223b820b
4 changed files with 12 additions and 4 deletions
+1
View File
@@ -26,6 +26,7 @@
"@backstage/backend-common": "^0.15.0-next.0",
"@backstage/config": "^1.0.1",
"@backstage/errors": "^1.1.0",
"express": "^4.17.13",
"jose": "^4.6.0",
"node-fetch": "^2.6.7",
"winston": "^3.2.1"