fixed config
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user