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.
pub async fn create_domain(
pool: &PgPool,
tenant_id: Uuid,
req: CreateDomainRequest,
verification_token: &str,
) -> ProxyResult<Domain>Insert a new domain and return it.