chat update

This commit is contained in:
Abhishek Mali
2026-02-27 10:12:51 +05:30
parent 0c1d3b8cb2
commit 98d184d901
7 changed files with 237 additions and 150 deletions

View File

@@ -3,6 +3,6 @@
// static const String fileBaseUrl = "http://103.248.30.24:3030/";
// }
class ApiConfig {
static const String baseUrl = "http://10.202.215.164:8000/api";
static const String fileBaseUrl = "http://10.202.215.164:8000/";
static const String baseUrl = "http://10.119.0.74:8000/api";
static const String fileBaseUrl = "http://10.119.0.74:8000/";
}