fix mount point for blog post routing function

This commit is contained in:
Igor Galić 2019-08-20 15:06:57 +02:00
parent df7adaf0e0
commit f395c1046c
No known key found for this signature in database
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,