pub async fn domain_exists(pool: &PgPool, domain: &str) -> ProxyResult<bool>Expand description
Check whether a domain is already registered (globally unique).
pub async fn domain_exists(pool: &PgPool, domain: &str) -> ProxyResult<bool>Check whether a domain is already registered (globally unique).