remove authentication middleware

This commit is contained in:
marin postma
2021-06-24 15:56:12 +02:00
parent 561596d8bc
commit d078cbf39b
2 changed files with 0 additions and 152 deletions

View File

@ -1,6 +1,4 @@
pub mod authentication;
pub mod compression;
mod env;
pub use authentication::Authentication;
pub use env::EnvSizer;