Skip to main content

create_route

Function create_route 

Source
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.