fix: update password handling and constraints

This commit is contained in:
ɧσℓσ
2025-12-02 19:42:59 +01:00
parent f75fc23cb1
commit 3f8dc7e6c5
6 changed files with 18 additions and 3 deletions

View File

@@ -262,3 +262,4 @@ async def health_check():
"""Vérification de l'état de l'API"""
return {"status": "ok", "message": "API Anime Tracker is running"}