Skip to main content

delete_scene

Function delete_scene 

Source
pub async fn delete_scene(
    __arg0: Path<(String, String)>,
    __arg1: State<AppState>,
) -> Result<Json<Value>, (StatusCode, Json<Value>)>