fix theme

This commit is contained in:
Phuoc Nguyen
2025-10-03 15:57:56 +07:00
parent deb7aeb850
commit 762395ce50
4 changed files with 115 additions and 63 deletions

View File

@@ -17,7 +17,7 @@ class EnvironmentConfig {
static String get baseUrl {
switch (currentEnvironment) {
case Environment.development:
return 'http://localhost:3000';
return 'http://103.188.82.191:4003';
case Environment.staging:
return 'https://api-staging.example.com';
case Environment.production: