Merge pull request #10887 from backstage/rugvip/not-allowed

backend-common: nicer error message for all UrlReader methods
This commit is contained in:
Patrik Oldsberg
2022-04-19 13:47:27 +02:00
committed by GitHub
3 changed files with 104 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-common': patch
---
Tweaked the `UrlReader` multiplexer so that it uses the more helpful `NotAllowedError` messaging for all methods.