Your changes

This commit is contained in:
divya abdar
2025-12-11 18:36:11 +05:30
parent 3bf27cc29d
commit 9faf983b95
36 changed files with 4677 additions and 1046 deletions

View File

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