We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 545889d commit fbf84c5Copy full SHA for fbf84c5
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 = 'https://cash.natalee.pro';
+ static const String baseUrl = '6cash-admin.6amtech.com';
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