mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-07 12:15:24 +00:00
fix mount point for blog post routing function
This commit is contained in:
parent
df7adaf0e0
commit
f395c1046c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue