Create and display comments

This commit is contained in:
Bat
2018-05-10 10:44:57 +01:00
parent 424517fab0
commit a3d73cb2c4
7 changed files with 100 additions and 9 deletions
+4 -1
View File
@@ -89,7 +89,10 @@ fn main() {
routes::posts::activity_details,
routes::posts::new,
routes::posts::new_auth,
routes::posts::create
routes::posts::create,
routes::comments::new,
routes::comments::create
])
.manage(init_pool())
.attach(Template::fairing())