1
0
Fork 0
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:
Dominic 2019-09-30 20:58:15 +02:00
parent 24f8fd96db
commit 681482ece3
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
6 changed files with 126 additions and 6 deletions

View file

@ -4,7 +4,7 @@ use crate::{
StatusCode
};
#[cfg(feature = "openapi")]
use crate::openapi::OpenapiRouter;
use crate::OpenapiRouter;
use futures::{
future::{Future, err, ok},