Appli Flutter se connecte bien à l'API.

This commit is contained in:
DahoudG
2025-09-12 03:15:21 +00:00
parent 8184bc77bb
commit 3df010add7
33 changed files with 3124 additions and 339 deletions

View File

@@ -1,7 +1,7 @@
class AppConstants {
// API Configuration
static const String baseUrl = 'http://localhost:8099'; // Backend UnionFlow
static const String apiVersion = '/api/v1';
static const String baseUrl = 'http://192.168.1.13:8080'; // Backend UnionFlow
static const String apiVersion = '/api';
// Timeout
static const Duration connectTimeout = Duration(seconds: 30);