pub async fn create_route(
pool: &PgPool,
domain_id: Uuid,
tenant_id: Uuid,
req: CreateDomainRouteRequest,
) -> ProxyResult<DomainRoute>Expand description
Create a route for a domain.
pub async fn create_route(
pool: &PgPool,
domain_id: Uuid,
tenant_id: Uuid,
req: CreateDomainRouteRequest,
) -> ProxyResult<DomainRoute>Create a route for a domain.