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
+1
View File
@@ -176,6 +176,7 @@ fn main() {
api::posts::get,
api::posts::list,
api::posts::create,
])
.register(catchers![
routes::errors::not_found,