Replace endpoint /calendar/schedule_recipe by /calendar/sheduled_recipe

This commit is contained in:
Greg Burri 2025-04-02 02:14:17 +02:00
parent 4f739593b8
commit 9b89117a66
4 changed files with 8 additions and 7 deletions

View file

@ -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,