1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-07-01 16:55:08 +02:00

make TrailingSlash enum accessible (#1673)

Co-authored-by: Damian Lesiuk <lesiuk@sabre.com>
This commit is contained in:
Damian Lesiuk
2020-09-13 01:55:39 +02:00
committed by GitHub
parent 64a2c13cdf
commit a4546f02d2
4 changed files with 22 additions and 3 deletions

View File

@ -9,7 +9,7 @@ mod condition;
mod defaultheaders;
pub mod errhandlers;
mod logger;
mod normalize;
pub mod normalize;
pub use self::condition::Condition;
pub use self::defaultheaders::DefaultHeaders;