1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-11 10:37:51 +00:00
deprecated-gotham-restful/src/openapi/mod.rs

6 lines
111 B
Rust

const SECURITY_NAME: &str = "authToken";
pub mod builder;
pub mod handler;
pub mod operation;
pub mod router;