1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 14:57:01 +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

3
src/openapi/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod router;
pub mod types;