1
0
Fork 0

fix: point to /dist/link instead of /link

pull/1/head
Zynh0722 2023-07-26 02:08:28 -07:00
parent 107c38d533
commit 2f52fe4ced
1 changed files with 4 additions and 1 deletions

View File

@ -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(