chat support download updated

This commit is contained in:
Abhishek Mali
2025-12-18 11:03:25 +05:30
parent bbde34fae4
commit b9fb9455e7
11 changed files with 416 additions and 131 deletions

View File

@@ -1,3 +1,3 @@
class ApiConfig {
static const String baseUrl = "http://10.11.236.74:8000/api";
static const String baseUrl = "http://10.119.0.74:8000/api";
}

View File

@@ -6,7 +6,7 @@ class AppConfig {
static const String logoUrlEmulator = "http://10.0.2.2:8000/images/kent_logo2.png";
// For Physical Device (Replace with your actual PC local IP)
static const String logoUrlDevice = "http://10.11.236.74:8000/images/kent_logo2.png";
static const String logoUrlDevice = "http://10.119.0.74:8000/images/kent_logo2.png";
// Which one to use?
static const String logoUrl = logoUrlDevice; // CHANGE THIS WHEN TESTING ON REAL DEVICE