changed to test api url
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user