mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 21:43:36 -07:00
deprecate old route
This commit is contained in:
parent
284df44209
commit
f712e8ef42
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ async def get_recipe_summary(
|
|||
return db.recipes.get_all(session, limit=end, override_schema=RecipeSummary)
|
||||
|
||||
|
||||
@router.get("/api/recipes")
|
||||
@router.get("/api/recipes", deprecated=True)
|
||||
def get_all_recipes(
|
||||
keys: Optional[List[str]] = Query(...),
|
||||
num: Optional[int] = 100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue