pub async fn add_backend(
__arg0: State<SaasState>,
__arg1: Auth,
__arg2: Path<Uuid>,
__arg3: Json<CreateBackendRequest>,
) -> impl IntoResponseExpand description
Add a backend to an upstream.
pub async fn add_backend(
__arg0: State<SaasState>,
__arg1: Auth,
__arg2: Path<Uuid>,
__arg3: Json<CreateBackendRequest>,
) -> impl IntoResponseAdd a backend to an upstream.