changed to test api url

This commit is contained in:
amirrezaghabeli
2025-11-23 11:54:20 +03:30
parent 105149e852
commit 7ae5c25ebb
+2 -1
View File
@@ -14,7 +14,8 @@ 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 'https://app.opplens.com'; // return 'https://app.opplens.com';
return 'https://app.opplenz.com';
// return 'http://localhost:8081'; // return 'http://localhost:8081';
// } 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)