fix mount point for blog post routing function
This commit is contained in:
parent
df7adaf0e0
commit
f395c1046c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user