category repo

This commit is contained in:
efrilm
2025-10-24 20:06:42 +07:00
parent 683fff6eeb
commit 71fa4823fc
29 changed files with 5434 additions and 30 deletions
+1
View File
@@ -1,4 +1,5 @@
class ApiPath {
static const String login = '/api/v1/auth/login';
static const String outlets = '/api/v1/outlets';
static const String categories = '/api/v1/categories';
}