Skip to main content

create_domain

Function create_domain 

Source
pub async fn create_domain(
    pool: &PgPool,
    tenant_id: Uuid,
    req: CreateDomainRequest,
    verification_token: &str,
) -> ProxyResult<Domain>
Expand description

Insert a new domain and return it.