addons/info returns info on all addons (#3762)

* Change to legacy routing approach

* Revert launch.json changes
This commit is contained in:
Mike Degatano
2022-08-03 09:44:18 -04:00
committed by GitHub
parent 2b4f46f6b3
commit 4f8f28b9f6
5 changed files with 69 additions and 5 deletions

View File

@@ -263,6 +263,10 @@ class APIForbidden(APIError):
"""API forbidden error."""
class APIAddonNotInstalled(APIError):
"""Not installed addon requested at addons API."""
# Service / Discovery