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

get rid of some useless stuff

This commit is contained in:
Dominic 2019-09-26 17:42:28 +02:00
parent 4121001244
commit 5ef80deecf
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
3 changed files with 22 additions and 28 deletions

View file

@ -15,4 +15,4 @@ mod result;
pub use result::ResourceResult;
mod routing;
pub use routing::ResourceRouter;
pub use routing::{DrawResources, DrawResourceRoutes};