split changesets
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
'@backstage/errors': patch
|
||||
---
|
||||
|
||||
Add NotImplementedError
|
||||
Added `NotImplementedError`, which can be used when the server does not recognize the request method and is incapable of supporting it for any resource.
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/backend-app-api': patch
|
||||
---
|
||||
|
||||
Add support for `NotImplementedError`, properly returning 501 as status code.
|
||||
Reference in New Issue
Block a user