update normalize_path middleware

This commit is contained in:
qdequele
2020-05-19 12:22:51 +02:00
parent c946d144ce
commit 92ce0f5c2b
5 changed files with 95 additions and 97 deletions

View File

@@ -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;