mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
clean code, and fix errors
This commit is contained in:
@ -17,6 +17,6 @@ struct KeysResponse {
|
||||
}
|
||||
|
||||
#[get("/keys", wrap = "Authentication::Admin")]
|
||||
async fn list(data: web::Data<Data>) -> HttpResponse {
|
||||
async fn list(_data: web::Data<Data>) -> HttpResponse {
|
||||
todo!()
|
||||
}
|
||||
|
Reference in New Issue
Block a user