Merge remote-tracking branch 'origin/master' into master

Résolution conflit: Suppression de frontend/lib/navigation/app_router.dart
(fichier obsolète remplacé par frontend/lib/config/app_router.dart)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-03 16:12:29 +01:00
co-authored by Cursor
7 changed files with 557 additions and 40 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ class Env {
// Base URL de l'API, surchargeable à la compilation via --dart-define=API_BASE_URL
static const String apiBaseUrl = String.fromEnvironment(
'API_BASE_URL',
defaultValue: 'https://ynov.ptits-pas.fr',
defaultValue: 'https://app.ptits-pas.fr',
);
// Construit une URL vers l'API v1 à partir d'un chemin (commençant par '/')