3 lines
100 B
Rust
3 lines
100 B
Rust
pub mod cache;
|
|
pub mod auth;
|
|
pub mod redirect; // Add redirect middleware for API to Axum transition
|