Remove unused struct

This commit is contained in:
Louis Dureuil 2024-05-02 16:14:37 +02:00
parent f4dd73ec8c
commit 5a305bfdea
No known key found for this signature in database

View File

@ -367,12 +367,6 @@ async fn get_version(
})
}
#[derive(Serialize)]
struct KeysResponse {
private: Option<String>,
public: Option<String>,
}
pub async fn get_health(
index_scheduler: Data<IndexScheduler>,
auth_controller: Data<AuthController>,