7 lines
246 B
Dart
Raw Normal View History

2025-07-30 22:38:44 +07:00
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';
2025-08-02 23:10:48 +07:00
static const String baseUrl = 'https://enaklo-pos-be.altru.id';
2025-07-30 22:38:44 +07:00
}