Skip to main content

post_new_plan

Function post_new_plan 

Source
async fn post_new_plan(
    payload: Json<CreateCourseDesignerPlanRequest>,
    pool: Data<PgPool>,
    user: AuthUser,
) -> ControllerResult<Json<CourseDesignerPlan>>