Files
zesdex/apps/infrastructure/src/middleware/mod.rs
T
asepharyana 7b0b53671f style: format seluruh workspace dengan cargo fmt
Menyeragamkan format kode sesuai rustfmt (126 file). Sebelumnya
lefthook pre-commit 'cargo fmt --check' akan gagal pada commit apa pun.
2026-08-27 22:10:28 +07:00

5 lines
85 B
Rust

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