feat: sync auth to new api

This commit is contained in:
efrilm
2025-08-02 23:10:48 +07:00
parent bd7e925306
commit 576f687d21
7 changed files with 162 additions and 85 deletions
+1 -1
View File
@@ -2,5 +2,5 @@ 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';
static const String baseUrl = 'https://enaklo-pos-be.altru.id';
}