shooshtime fix

This commit is contained in:
Simon
2026-03-23 13:46:55 +00:00
parent 90ce9c684b
commit 99fe4c947c
5 changed files with 417 additions and 11 deletions

View File

@@ -41,6 +41,11 @@ pub fn config(cfg: &mut web::ServiceConfig) {
.route(web::post().to(proxy2redirect))
.route(web::get().to(proxy2redirect)),
)
.service(
web::resource("/shooshtime/{endpoint}*")
.route(web::post().to(crate::proxies::shooshtime::serve_media))
.route(web::get().to(crate::proxies::shooshtime::serve_media)),
)
.service(
web::resource("/pimpbunny/{endpoint}*")
.route(web::post().to(proxy2redirect))