forked from Zynh0722/nyazoom
fix: point to /dist/link instead of /link
parent
107c38d533
commit
2f52fe4ced
|
@ -162,7 +162,10 @@ async fn upload_to_zip(
|
||||||
|
|
||||||
writer.close().await.unwrap();
|
writer.close().await.unwrap();
|
||||||
|
|
||||||
Ok(Redirect::to(&format!("/link.html?link={}", cache_name)))
|
Ok(Redirect::to(&format!(
|
||||||
|
"/dist/link.html?link={}",
|
||||||
|
cache_name
|
||||||
|
)))
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn download(
|
async fn download(
|
||||||
|
|
Loading…
Reference in New Issue