Skip to main content

script_edit_page

Function script_edit_page 

Source
pub async fn script_edit_page(
    __arg0: State<Arc<AppState>>,
    __arg1: Extension<JWTAuthMiddleware>,
    __arg2: Path<Uuid>,
) -> Result<impl IntoResponse, (StatusCode, String)>