fix mount point for blog post routing function

This commit is contained in:
Mina Galić 2019-08-20 15:06:57 +02:00
parent df7adaf0e0
commit f395c1046c
Signed by untrusted user: igalic
GPG key ID: ACFEFF7F6A123A86

View file

@ -133,7 +133,7 @@ pub mod custom {
use routes::{errors::ErrorPage, RespondOrRedirect};
use template_utils::{IntoContext, Ructe};
#[get("/custom_domains/<custom_domain>/<slug>?<responding_to>", rank = 4)]
#[get("/<custom_domain>/<slug>?<responding_to>", rank = 4)]
pub fn details(
custom_domain: String,
slug: String,