diff --git a/backend/src/cdn.rs b/backend/src/cdn.rs index 375a68f..33dbfb8 100644 --- a/backend/src/cdn.rs +++ b/backend/src/cdn.rs @@ -17,6 +17,7 @@ impl Cloudflare { client: &Client, file: &str, ) -> impl Future { + println!("{}", file); client .post(format!( "https://api.cloudflare.com/client/v4/zones/{}/purge_cache",