mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	feat: Add Households to Mealie (#3970)
This commit is contained in:
		| @@ -4,8 +4,8 @@ import { CreateCookBook, RecipeCookBook, UpdateCookBook } from "~/lib/api/types/ | ||||
| const prefix = "/api"; | ||||
|  | ||||
| const routes = { | ||||
|   cookbooks: `${prefix}/groups/cookbooks`, | ||||
|   cookbooksId: (id: number) => `${prefix}/groups/cookbooks/${id}`, | ||||
|   cookbooks: `${prefix}/households/cookbooks`, | ||||
|   cookbooksId: (id: number) => `${prefix}/households/cookbooks/${id}`, | ||||
| }; | ||||
|  | ||||
| export class CookbookAPI extends BaseCRUDAPI<CreateCookBook, RecipeCookBook, UpdateCookBook> { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user