Replace endpoint /calendar/schedule_recipe by /calendar/sheduled_recipe
This commit is contained in:
parent
4f739593b8
commit
9b89117a66
4 changed files with 8 additions and 7 deletions
|
|
@ -130,7 +130,7 @@ impl RecipeScheduler {
|
|||
Ok(ScheduleRecipeResult::Ok)
|
||||
} else {
|
||||
request::post::<ron_api::ScheduleRecipeResult, _>(
|
||||
"calendar/schedule_recipe",
|
||||
"calendar/scheduled_recipe",
|
||||
ron_api::ScheduleRecipe {
|
||||
recipe_id,
|
||||
date,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue