add fallback to url generating 404

This commit is contained in:
Trinity Pointard
2018-06-04 21:57:03 +02:00
parent 2fde47d909
commit 8158f19b85
8 changed files with 53 additions and 11 deletions
+5
View File
@@ -71,9 +71,11 @@ fn main() {
routes::blogs::activity_details,
routes::blogs::outbox,
routes::blogs::new,
routes::blogs::new_auth,
routes::blogs::create,
routes::comments::new,
routes::comments::new_auth,
routes::comments::create,
routes::instance::index,
@@ -82,8 +84,10 @@ fn main() {
routes::instance::shared_inbox,
routes::likes::create,
routes::likes::create_auth,
routes::notifications::notifications,
routes::notifications::notifications_auth,
routes::posts::details,
routes::posts::activity_details,
@@ -92,6 +96,7 @@ fn main() {
routes::posts::create,
routes::reshares::create,
routes::reshares::create_auth,
routes::session::new,
routes::session::new_message,