Post creation API (#307)

This commit is contained in:
Baptiste Gelez
2018-12-24 16:42:40 +01:00
committed by GitHub
parent fdfeeed6d9
commit 4ec2480f50
9 changed files with 683 additions and 530 deletions
+5
View File
@@ -17,3 +17,8 @@ macro_rules! api {
pub mod apps;
pub mod posts;
#[derive(Default)]
pub struct Api {
pub posts: posts::PostEndpoint,
}