feat: update user

This commit is contained in:
efrilm
2025-08-19 15:05:08 +07:00
parent bfd4604897
commit 7919825955
37 changed files with 2531 additions and 897 deletions
+3
View File
@@ -30,4 +30,7 @@ class ApiPath {
// Outlet
static const String outlet = '/api/v1/outlets';
// User
static const String user = '/api/v1/users';
}