From f395c1046c152c2be1f9beb5f095a4adb0c770b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20Gali=C4=87?= Date: Tue, 20 Aug 2019 15:06:57 +0200 Subject: [PATCH] fix mount point for blog post routing function --- src/routes/posts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/posts.rs b/src/routes/posts.rs index 0c1be74e..11e73048 100644 --- a/src/routes/posts.rs +++ b/src/routes/posts.rs @@ -133,7 +133,7 @@ pub mod custom { use routes::{errors::ErrorPage, RespondOrRedirect}; use template_utils::{IntoContext, Ructe}; - #[get("/custom_domains//?", rank = 4)] + #[get("//?", rank = 4)] pub fn details( custom_domain: String, slug: String,