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

@ -48,7 +48,7 @@ impl From<data::db::recipe::AddScheduledRecipeResult> for common::ron_api::Sched
}
#[debug_handler]
pub async fn schedule_recipe(
pub async fn add_scheduled_recipe(
State(connection): State<db::Connection>,
Extension(context): Extension<Context>,
ExtractRon(ron): ExtractRon<common::ron_api::ScheduleRecipe>,