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,