mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix warning
This commit is contained in:
parent
7f5ab3cef5
commit
3698aef66b
1 changed files with 0 additions and 6 deletions
|
@ -376,12 +376,6 @@ async fn get_version(
|
|||
})
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
struct KeysResponse {
|
||||
private: Option<String>,
|
||||
public: Option<String>,
|
||||
}
|
||||
|
||||
pub async fn get_health(
|
||||
req: HttpRequest,
|
||||
index_scheduler: Data<IndexScheduler>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue