From 430152eae92e71dcee2882e6c0fb32820a91101a Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Mon, 18 Aug 2025 10:49:22 +0330 Subject: [PATCH] changed url --- lib/core/config/app_config.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/config/app_config.dart b/lib/core/config/app_config.dart index ab5b9a2..a28bd6e 100644 --- a/lib/core/config/app_config.dart +++ b/lib/core/config/app_config.dart @@ -8,8 +8,8 @@ class AppConfig { // این متد بر اساس محیط فعال، URL مناسب را برمی‌گرداند. static String get apiBaseUrl { - // return 'http://10.0.2.2:8081'; - return 'http:127.0.0.1'; + return 'http://10.0.2.2:8081'; + // return 'http:127.0.0.1'; // if (isDevelopment) { // // Handle different platforms for local development // if (kIsWeb) {