We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414fa56 commit c4d8b98Copy full SHA for c4d8b98
lib/util/app_constants.dart
@@ -5,7 +5,7 @@ import 'images.dart';
5
6
class AppConstants {
7
static const String appName = 'NataCash';
8
- static const String baseUrl = '6cash-admin.6amtech.com';
+ static const String baseUrl = 'https://6amtech.com/6cash';
9
static const bool demo = true;
10
static const double appVersion = 4.3;
11
static const String customerPhoneCheckUri = '/api/v1/customer/auth/check-phone';
0 commit comments