Update lib/core/config/app_config.dart

This commit is contained in:
Nima Nakhsotin
2025-09-02 17:03:34 +03:30
parent 9df0a5f06f
commit 3f94f68210
+1 -1
View File
@@ -16,7 +16,7 @@ class AppConfig {
// // Handle different platforms for local development // // Handle different platforms for local development
if (kIsWeb) { if (kIsWeb) {
// For web, use localhost // For web, use localhost
return 'http://localhost:8090'; return 'https://app.opplens.com';
} else { } else {
// For Android emulator, use 10.0.2.2 (special IP for host machine) // For Android emulator, use 10.0.2.2 (special IP for host machine)
return 'http://10.0.2.2:8081'; return 'http://10.0.2.2:8081';