mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(middleware): change visibility to pub (#587)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user