Aditya Siregar 73320561b0 first commit
2025-07-30 22:38:44 +07:00

7 lines
251 B
Dart

class Variables {
static const String appName = 'POS Kasir Resto App';
static const String apiVersion = 'v1';
// static const String baseUrl = 'http://192.168.1.202:8000';
static const String baseUrl = 'https://pos-app-tablet.enaklo.co.id';
}