mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-11 10:37:51 +00:00
6 lines
111 B
Rust
6 lines
111 B
Rust
const SECURITY_NAME: &str = "authToken";
|
|
|
|
pub mod builder;
|
|
pub mod handler;
|
|
pub mod operation;
|
|
pub mod router;
|