diff --git a/lektor_repo/src/routes.rs b/lektor_repo/src/routes.rs index 1413d63611946cc15a32a24499775724dfa26d33..646ed80490a969cfcc236e4ace0a0e77c19753fb 100644 --- a/lektor_repo/src/routes.rs +++ b/lektor_repo/src/routes.rs @@ -23,7 +23,7 @@ pub(crate) mod v2 { pub(crate) fn get_kara_file(base: impl AsRef<str>, id: u64) -> String { let base = base.as_ref().trim_matches(TRIM_BASE_URL); - format!("{base}/get/kara/{id}") + format!("{base}/file/kara/{id}") } pub(crate) fn get_dbinfos(base: impl AsRef<str>) -> String {