From 3de1806079408cb741ffbcce6a58a5472544d03f Mon Sep 17 00:00:00 2001 From: dev1lfreak Date: Mon, 29 Jun 2026 10:59:19 +0300 Subject: [PATCH] fix: rollback commit develop --- src/main.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main.py b/src/main.py index b1c8c86..6655cbf 100644 --- a/src/main.py +++ b/src/main.py @@ -142,9 +142,3 @@ async def ping() -> dict[str, str]: 'message': 'pong', 'status': 'ok', } - -@app.get('/health') -async def health() -> dict[str, str]: - return { - 'status': 'ok', - }