Spaces:
Runtime error
Runtime error
| # PATH: bot/server/routes.py | |
| from quart import Blueprint | |
| bp = Blueprint("main", __name__) | |
| async def home(): | |
| return "OK: YouTubeLoader (Hydrogram + Webserver) running", 200 | |
| async def health(): | |
| return {"ok": True}, 200 |