refactor(middleware): change visibility to pub (#587)

This commit is contained in:
Sanchith Hegde
2023-02-13 17:43:59 +05:30
committed by GitHub
parent a4f3abf3c6
commit 4884a24daf
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ pub(crate) mod macros;
pub mod routes;
pub mod scheduler;
mod middleware;
pub mod middleware;
#[cfg(feature = "openapi")]
pub mod openapi;
pub mod services;