This commit is contained in:
2025-02-16 07:56:33 -05:00
parent e67d2874e4
commit fe5ab8b2be
4 changed files with 7 additions and 5 deletions

View File

@ -24,7 +24,7 @@ class Transcriptions(FastAPI):
for endpoint, handler in self.endpoints.items():
app.add_api_route(f"/{endpoint}", handler, methods=["POST"],
include_in_schema=False)
include_in_schema=True)
async def get_episodes_handler(self, data: ValidShowEpisodeListRequest) -> JSONResponse:
"""