1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-18 14:04:38 +00:00
deprecated-gotham-restful/src/openapi/mod.rs

7 lines
111 B
Rust
Raw Normal View History

const SECURITY_NAME: &str = "authToken";
pub mod builder;
pub mod handler;
pub mod operation;
2019-09-30 20:58:15 +02:00
pub mod router;