Merge branch 'master' into develop

This commit is contained in:
2026-01-27 16:51:02 +01:00
8 changed files with 572 additions and 41 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 '/')