1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

Merge branch 'master' into openapi

This commit is contained in:
Dominic 2019-09-30 20:16:27 +02:00
commit 24f8fd96db
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 44 additions and 18 deletions

View file

@ -3,6 +3,8 @@
pub use hyper::StatusCode;
pub mod helper;
#[cfg(feature = "openapi")]
pub mod openapi;
#[cfg(feature = "openapi")]