#[get("/{size}/{path:[^{}]+}")] async fn resize( req: HttpRequest, path: web::Path<(String, String)> ) -> impl Responder {