claude fix: improve product scraping and debugging features

This commit is contained in:
2026-01-19 21:26:45 +01:00
parent dcb25e0163
commit 20bdc7ff70
131 changed files with 544285 additions and 59 deletions
+6
View File
@@ -44,5 +44,11 @@ def health() -> dict[str, str]:
return {"statut": "ok"}
@app.get("/version")
def version() -> dict[str, str]:
"""Retourne la version du backend."""
return {"version": "0.1.0"}
def main() -> FastAPI:
return app