mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-26 16:21:07 +00:00
restructure project
This commit is contained in:
6
meilisearch-http/src/helpers/mod.rs
Normal file
6
meilisearch-http/src/helpers/mod.rs
Normal file
@ -0,0 +1,6 @@
|
||||
pub mod authentication;
|
||||
//pub mod normalize_path;
|
||||
pub mod compression;
|
||||
|
||||
pub use authentication::Authentication;
|
||||
//pub use normalize_path::NormalizePath;
|
Reference in New Issue
Block a user