pub async fn get_route_for_tenant(
pool: &PgPool,
id: Uuid,
tenant_id: Uuid,
) -> ProxyResult<Option<DomainRoute>>Expand description
Fetch a route scoped to a tenant.
pub async fn get_route_for_tenant(
pool: &PgPool,
id: Uuid,
tenant_id: Uuid,
) -> ProxyResult<Option<DomainRoute>>Fetch a route scoped to a tenant.