feat: category

This commit is contained in:
efrilm
2025-08-17 12:50:10 +07:00
parent f84090c0e6
commit 4a4f6388d7
19 changed files with 2041 additions and 20 deletions
+3
View File
@@ -5,4 +5,7 @@ class ApiPath {
// Analytic
static const String salesAnalytic = '/api/v1/analytics/sales';
// Category
static const String category = '/api/v1/categories';
}