remove some commented code

This commit is contained in:
Tamo 2021-10-27 16:45:14 +02:00 committed by marin postma
parent bba64b32ca
commit a1ab02f9fb
No known key found for this signature in database
GPG Key ID: 6088B7721C3E39F9

View File

@ -13,15 +13,6 @@ pub fn configure(cfg: &mut web::ServiceConfig) {
.service(web::resource("{update_id}").route(web::get().to(get_update_status)));
}
/*
#[derive(Debug, Deserialize)]
#[serde(rename_all = "camelCase", deny_unknown_fields)]
struct UpdateIndexRequest {
uid: Option<String>,
primary_key: Option<String>,
}
*/
#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct UpdateIndexResponse {