pimpbunny thumb proxy

This commit is contained in:
Simon
2026-04-06 06:40:31 +00:00
parent 772835d4d1
commit 70355dd969
3 changed files with 3 additions and 30 deletions

View File

@@ -105,11 +105,6 @@ pub fn config(cfg: &mut web::ServiceConfig) {
.route(web::post().to(crate::proxies::pornhubthumb::get_image))
.route(web::get().to(crate::proxies::pornhubthumb::get_image)),
);
cfg.service(
web::resource("/pimpbunny-thumb/{endpoint}*")
.route(web::post().to(crate::proxies::pimpbunnythumb::get_image))
.route(web::get().to(crate::proxies::pimpbunnythumb::get_image)),
);
}
async fn proxy2redirect(