mirror of
https://github.com/spikecodes/libreddit.git
synced 2026-02-03 18:07:07 +01:00
Proxy Thumbnails
This commit is contained in:
@@ -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("&", "&"))
|
||||
|
||||
Reference in New Issue
Block a user