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
|
|
@ -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>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue