finish rebase and update utoipa to the latest version

This commit is contained in:
Tamo 2024-12-18 17:13:57 +01:00
parent 742d0ee531
commit 13afdaf393
No known key found for this signature in database
GPG key ID: 20CD8020AFA88D69
9 changed files with 34 additions and 27 deletions

View file

@ -403,7 +403,6 @@ pub struct UpdateIndexRequest {
)),
)
)]
>>>>>>> 0f289a437 (Implements the get and delete tasks route):meilisearch/src/routes/indexes/mod.rs
pub async fn update_index(
index_scheduler: GuardedData<ActionPolicy<{ actions::INDEXES_UPDATE }>, Data<IndexScheduler>>,
index_uid: web::Path<String>,