feat: customer page

This commit is contained in:
efrilm
2025-08-18 00:30:17 +07:00
parent d22ffdd6d0
commit 51289d7829
21 changed files with 3278 additions and 308 deletions
+3
View File
@@ -17,4 +17,7 @@ class ApiPath {
// Product
static const String product = '/api/v1/products';
// Customer
static const String customer = '/api/v1/customers';
}