feat: product

This commit is contained in:
efrilm
2025-08-17 14:18:10 +07:00
parent 82c0eaf5fe
commit 7d24b3296d
22 changed files with 3779 additions and 183 deletions
+3
View File
@@ -8,4 +8,7 @@ class ApiPath {
// Category
static const String category = '/api/v1/categories';
// Product
static const String product = '/api/v1/products';
}