remove widget endpoints from docs/schema, add logging/notify for failed lyr storage

This commit is contained in:
2025-01-24 05:55:20 -05:00
parent e55485e7e8
commit 85a7440c67
2 changed files with 14 additions and 6 deletions

View File

@ -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:
"""