Skip to main content

create

Function create 

Source
pub async fn create(
    session: Session,
    registry: Data<SharedRegistry>,
    tmpl: Data<Tera>,
    title: Data<AdminTitle>,
    prefix: Data<AdminPrefix>,
    path: Path<String>,
    form: Form<HashMap<String, String>>,
) -> impl Responder