From b87db7f8647184d5e6530ce975c22718e057385b Mon Sep 17 00:00:00 2001 From: dev1lfreak Date: Mon, 29 Jun 2026 10:45:48 +0300 Subject: [PATCH] fix: rollback main --- src/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.py b/src/main.py index 8662cff..d4286d4 100644 --- a/src/main.py +++ b/src/main.py @@ -113,9 +113,3 @@ async def ping() -> dict[str, str]: 'message': 'pong', 'status': 'ok', } - -@app.get('/health') -async def health() -> dict[str, str]: - return { - 'status': 'ok', - }