From 3f94f682109cf1d9127c2f67177079ec15c61fc2 Mon Sep 17 00:00:00 2001 From: Nima Nakhsotin Date: Tue, 2 Sep 2025 17:03:34 +0330 Subject: [PATCH] Update lib/core/config/app_config.dart --- lib/core/config/app_config.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/config/app_config.dart b/lib/core/config/app_config.dart index 7b8a654..77efb55 100644 --- a/lib/core/config/app_config.dart +++ b/lib/core/config/app_config.dart @@ -16,7 +16,7 @@ class AppConfig { // // Handle different platforms for local development if (kIsWeb) { // For web, use localhost - return 'http://localhost:8090'; + return 'https://app.opplens.com'; } else { // For Android emulator, use 10.0.2.2 (special IP for host machine) return 'http://10.0.2.2:8081';