mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
get resources work
This commit is contained in:
parent
595705ee31
commit
8db145587f
6 changed files with 91 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
#[macro_use]
|
||||
extern crate serde_derive;
|
||||
#[macro_use] extern crate gotham_derive;
|
||||
#[macro_use] extern crate serde;
|
||||
|
||||
pub use hyper::StatusCode;
|
||||
|
||||
|
@ -8,7 +8,7 @@ pub use resource::{
|
|||
Resource,
|
||||
IndexResource,
|
||||
GetResource,
|
||||
PostResource
|
||||
CreateResource
|
||||
};
|
||||
|
||||
mod result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue