From 7ae5c25ebbb7b6be8cebdb2a4bde936666deb2c4 Mon Sep 17 00:00:00 2001 From: amirrezaghabeli Date: Sun, 23 Nov 2025 11:54:20 +0330 Subject: [PATCH] changed to test api url --- lib/core/config/app_config.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/core/config/app_config.dart b/lib/core/config/app_config.dart index d1e38d9..d0126bc 100644 --- a/lib/core/config/app_config.dart +++ b/lib/core/config/app_config.dart @@ -14,7 +14,8 @@ class AppConfig { // // Handle different platforms for local development // if (kIsWeb) { // For web, use localhost - return 'https://app.opplens.com'; + // return 'https://app.opplens.com'; + return 'https://app.opplenz.com'; // return 'http://localhost:8081'; // } else { // For Android emulator, use 10.0.2.2 (special IP for host machine)