feat: implement admin product management panel with bulk categorization and premium user toggle
This commit is contained in:
@@ -6,12 +6,17 @@ class ProductApiPaths {
|
||||
static const list = '/products';
|
||||
static const pending = '/products/pending';
|
||||
static String setStatus(int id) => '/products/$id/status';
|
||||
static const bulkUpdate = '/products/bulk-update';
|
||||
}
|
||||
|
||||
class AiApiPaths {
|
||||
static const models = '/ai/models';
|
||||
}
|
||||
|
||||
class CategoryApiPaths {
|
||||
static const tree = '/categories/tree';
|
||||
}
|
||||
|
||||
class RecipeApiPaths {
|
||||
static const list = '/recipes';
|
||||
static String detail(int id) => '/recipes/$id';
|
||||
|
||||
Reference in New Issue
Block a user