This commit is contained in:
amirrezaghabeli
2025-08-18 10:19:05 +03:30
parent c6e77e5337
commit 4874153488
7 changed files with 62 additions and 33 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ class AppConfig {
// این متد بر اساس محیط فعال، URL مناسب را برمی‌گرداند.
static String get apiBaseUrl {
return 'http://10.0.2.2:8081';
// return 'http://10.0.2.2:8081';
return 'http:127.0.0.1';
// if (isDevelopment) {
// // Handle different platforms for local development
// if (kIsWeb) {