Files
zesdex/apps/infrastructure/src/middleware/mod.rs
T

5 lines
85 B
Rust
Raw Normal View History

//! Axum middleware tower for the HTTP API layer.
pub mod auth;
pub mod rate_limit;