mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
WIP: refactor IndexController
change the architecture of the index controller to allow it to own an index store.
This commit is contained in:
parent
686f987180
commit
6a3f625e11
15 changed files with 1197 additions and 287 deletions
|
@ -5,7 +5,7 @@ pub mod error;
|
|||
pub mod helpers;
|
||||
pub mod option;
|
||||
pub mod routes;
|
||||
mod updates;
|
||||
//mod updates;
|
||||
mod index_controller;
|
||||
|
||||
use actix_http::Error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue