mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	feat: Add Households to Mealie (#3970)
This commit is contained in:
		| @@ -4,9 +4,9 @@ import { CreatePlanEntry, CreateRandomEntry, ReadPlanEntry, UpdatePlanEntry } fr | ||||
| const prefix = "/api"; | ||||
|  | ||||
| const routes = { | ||||
|   mealplan: `${prefix}/groups/mealplans`, | ||||
|   random: `${prefix}/groups/mealplans/random`, | ||||
|   mealplanId: (id: string | number) => `${prefix}/groups/mealplans/${id}`, | ||||
|   mealplan: `${prefix}/households/mealplans`, | ||||
|   random: `${prefix}/households/mealplans/random`, | ||||
|   mealplanId: (id: string | number) => `${prefix}/households/mealplans/${id}`, | ||||
| }; | ||||
|  | ||||
| export class MealPlanAPI extends BaseCRUDAPI<CreatePlanEntry, ReadPlanEntry, UpdatePlanEntry> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user