Remove the routes and the template for the comment form

This commit is contained in:
Bat
2018-06-21 15:00:25 +01:00
parent 461c26f159
commit 4c211b4308
8 changed files with 26 additions and 53 deletions
+1 -3
View File
@@ -68,9 +68,6 @@ fn main() {
routes::blogs::new_auth,
routes::blogs::create,
routes::comments::new,
routes::comments::new_response,
routes::comments::new_auth,
routes::comments::create,
routes::comments::create_response,
@@ -85,6 +82,7 @@ fn main() {
routes::notifications::notifications_auth,
routes::posts::details,
routes::posts::details_response,
routes::posts::activity_details,
routes::posts::new,
routes::posts::new_auth,