diff --git a/README.md b/README.md index e4f35e3..4c66d8b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Application front-end pour l'analyse intelligente de documents notariaux avec IA - **Types supportés** : PDF, PNG, JPG, JPEG - **Système de dossiers** : Organisation par hash de dossier - **Gestion des pending** : Suivi en temps réel des fichiers en cours de traitement +- **API robuste** : Backend sur port 3001 avec gestion d'erreurs ### 🔍 Extraction et analyse diff --git a/docs/changelog-pending.md b/docs/changelog-pending.md index 110f222..22bb665 100644 --- a/docs/changelog-pending.md +++ b/docs/changelog-pending.md @@ -1,5 +1,12 @@ # Changelog - Système de Pending +## Version 1.1.1 - 2025-09-16 + +### 🔧 Corrections critiques +- **Fix URL API** : Correction de l'URL de l'API de `http://localhost:18000` vers `http://localhost:3001/api` +- **Résolution des timeouts** : Le frontend peut maintenant contacter le backend correctement +- **Logs de debug** : Ajout de logs pour tracer les appels API et diagnostiquer les problèmes + ## Version 1.1.0 - 2025-09-16 ### 🆕 Nouvelles fonctionnalités