From 89fa091f00f2b46719f9c4c8386b950e6def0b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Coze?= <96086580+SebastienCozeDev@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:55:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20the=20Health=20tag=20docum?= =?UTF-8?q?entation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-fr.md | 3 +++ README.md | 3 +++ main.py | 4 ++++ 3 files changed, 10 insertions(+) diff --git a/README-fr.md b/README-fr.md index a8746fc..1ed69a5 100644 --- a/README-fr.md +++ b/README-fr.md @@ -43,6 +43,9 @@ make build-up-d-prod ## πŸ”„ Mises Γ  jour +### πŸ”„ v0.1.2 β€” WIP +- πŸ“ Ajout de la documentation pour le tag Health. + ### πŸ”„ v0.1.1 β€” 3 mars, 2026 - πŸ“ Ajout du plan de dΓ©veloppement dans les fichiers README. diff --git a/README.md b/README.md index f9754a4..2a49e41 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ make build-up-d-prod ## πŸ”„ Updates +### πŸ”„ v0.1.2 β€” WIP +- πŸ“ Added the Health tag documentation. + ### πŸ”„ v0.1.1 β€” March 3, 2026 - πŸ“ Added the roadmap to the README files. diff --git a/main.py b/main.py index 4033c5c..b7d0ef0 100644 --- a/main.py +++ b/main.py @@ -18,6 +18,10 @@ "name": "Models", "description": "Operations with GTA5 models. Retrieve various model data.", }, + { + "name": "Health", + "description": "Operations related to server health and status checks.", + }, ] app = FastAPI(