Spaces:
Runtime error
Runtime error
Update bot/server/routes.py
Browse files- bot/server/routes.py +1 -1
bot/server/routes.py
CHANGED
|
@@ -5,7 +5,7 @@ bp = Blueprint("main", __name__)
|
|
| 5 |
|
| 6 |
@bp.get("/")
|
| 7 |
async def home():
|
| 8 |
-
return "OK:
|
| 9 |
|
| 10 |
@bp.get("/health")
|
| 11 |
async def health():
|
|
|
|
| 5 |
|
| 6 |
@bp.get("/")
|
| 7 |
async def home():
|
| 8 |
+
return "OK: YouTubeLoader (Hydrogram + Webserver) running", 200
|
| 9 |
|
| 10 |
@bp.get("/health")
|
| 11 |
async def health():
|