remove widget endpoints from docs/schema, add logging/notify for failed lyr storage
This commit is contained in:
@ -32,7 +32,8 @@ class Misc(FastAPI):
|
||||
}
|
||||
|
||||
for endpoint, handler in self.endpoints.items():
|
||||
app.add_api_route(f"/{endpoint}/", handler, methods=["GET"])
|
||||
app.add_api_route(f"/{endpoint}/", handler, methods=["GET"],
|
||||
include_in_schema=False)
|
||||
|
||||
async def get_radio_np(self) -> dict:
|
||||
"""
|
||||
|
Reference in New Issue
Block a user