changes
This commit is contained in:
@@ -8,7 +8,8 @@ class AppConfig {
|
||||
|
||||
// این متد بر اساس محیط فعال، URL مناسب را برمیگرداند.
|
||||
static String get apiBaseUrl {
|
||||
return 'http://10.0.2.2:8081';
|
||||
// return 'http://10.0.2.2:8081';
|
||||
return 'http:127.0.0.1';
|
||||
// if (isDevelopment) {
|
||||
// // Handle different platforms for local development
|
||||
// if (kIsWeb) {
|
||||
|
||||
Reference in New Issue
Block a user