Proxy Thumbnails

This commit is contained in:
spikecodes 2020-11-30 21:10:08 -08:00
parent 759c9fc66b
commit f33af75267
5 changed files with 22 additions and 20 deletions

View file

@ -17,8 +17,6 @@ async fn handler(web::Path(url): web::Path<String>) -> Result<HttpResponse> {
Err(_e) => return Ok(HttpResponse::Ok().body("")),
};
dbg!(&media);
let client = Client::default();
client
.get(media.replace("&amp;", "&"))