Properly return a 404 when an unknown cluster is given

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-06-28 15:54:14 +02:00
parent c04e070bfc
commit 8ab897e018
4 changed files with 32 additions and 3 deletions
+1
View File
@@ -34,6 +34,7 @@
"@backstage/backend-common": "^0.8.2",
"@backstage/catalog-model": "^0.8.2",
"@backstage/config": "^0.1.5",
"@backstage/errors": "^0.1.1",
"@types/express": "^4.17.6",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",