Debug: Log podcast router endpoints on startup

This commit is contained in:
ajaysi
2026-04-20 06:26:29 +05:30
parent 34f82c43dd
commit a486f4c4fa

View File

@@ -647,6 +647,7 @@ else:
# Include Podcast Maker router (always needed for podcast mode) # Include Podcast Maker router (always needed for podcast mode)
from api.podcast.router import router as podcast_router from api.podcast.router import router as podcast_router
logger.info(f"[PODCAST] Including podcast_router with prefixes: {podcast_router.routes}")
app.include_router(podcast_router) app.include_router(podcast_router)
router_group_status["podcast_maker"] = { router_group_status["podcast_maker"] = {
"mounted": True, "mounted": True,