chat support

This commit is contained in:
Abhishek Mali
2025-12-15 11:10:52 +05:30
parent 9faf983b95
commit bb81269140
12 changed files with 612 additions and 22 deletions

View File

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