fix: checkout items

This commit is contained in:
efrilm
2025-09-01 22:12:56 +07:00
parent 631ac4bc46
commit dcd739e4a4
11 changed files with 127 additions and 65 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ 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://enaklo-pos-be.altru.id';
static const String baseUrl = 'https://api-pos.apskel.id';
static const int defaultLimit = 10;
}