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

attempt testing (doesn't work)

This commit is contained in:
Dominic 2019-09-27 15:35:02 +02:00
parent 5ef80deecf
commit a42d9750ef
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
7 changed files with 540 additions and 46 deletions

View file

@ -12,7 +12,7 @@ pub use resource::{
};
mod result;
pub use result::ResourceResult;
pub use result::{ResourceResult, Success};
mod routing;
pub use routing::{DrawResources, DrawResourceRoutes};