feat(inventory): add inventory preview functionality and related models
This commit is contained in:
@@ -11,6 +11,7 @@ class RecipeApiPaths {
|
||||
static String detail(int id) => '/recipes/$id';
|
||||
static String update(int id) => '/recipes/$id';
|
||||
static String remove(int id) => '/recipes/$id';
|
||||
static String inventoryPreview(int id) => '/recipes/$id/inventory-preview';
|
||||
static const parseMarkdown = '/recipes/parse-markdown';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user