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

add put requests

This commit is contained in:
Dominic 2019-09-27 21:33:24 +02:00
parent d13155c90a
commit 6751f840da
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
4 changed files with 93 additions and 1 deletions

View file

@ -8,7 +8,9 @@ pub use resource::{
Resource,
IndexResource,
GetResource,
CreateResource
CreateResource,
ChangeAllResource,
ChangeResource
};
mod result;