feat: upgrade flutter
This commit is contained in:
@@ -7,7 +7,7 @@ class AppConfig {
|
||||
/// - پروداکشن: `--dart-define=BASE_URL=https://api.hakemsho.ir`
|
||||
/// با تغییر شبکه/IP مک، مقدار dart-define یا همین پیشفرض را عوض کنید.
|
||||
static const String baseUrl =
|
||||
String.fromEnvironment('BASE_URL', defaultValue: 'http://192.168.100.28:8080');
|
||||
String.fromEnvironment('BASE_URL', defaultValue: 'http://192.168.1.105:8080');
|
||||
|
||||
static String get apiUrl => '$baseUrl/api';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user