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)