mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-05-09 16:10:42 +00:00
introduce openapitype
This commit is contained in:
parent
24f8fd96db
commit
681482ece3
6 changed files with 126 additions and 6 deletions
|
@ -4,7 +4,7 @@ use crate::{
|
|||
StatusCode
|
||||
};
|
||||
#[cfg(feature = "openapi")]
|
||||
use crate::openapi::OpenapiRouter;
|
||||
use crate::OpenapiRouter;
|
||||
|
||||
use futures::{
|
||||
future::{Future, err, ok},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue