Skip to main content

handle_create_domain

Function handle_create_domain 

Source
pub async fn handle_create_domain(
    __arg0: State<Arc<Context>>,
    __arg1: Path<String>,
    __arg2: Json<Domain>,
) -> Result<Json<DomainResponse>, StatusCode>