mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-11-17 16:26:31 +00:00
update normalize_path middleware
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub mod authentication;
|
||||
pub mod meilisearch;
|
||||
pub mod normalize_slashes;
|
||||
pub mod normalize_path;
|
||||
|
||||
pub use authentication::Authentication;
|
||||
pub use normalize_slashes::NormalizeSlashes;
|
||||
pub use normalize_path::NormalizePath;
|
||||
|
||||
Reference in New Issue
Block a user