mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 14:45:36 +01:00
Fix
This commit is contained in:
@@ -22,8 +22,6 @@ pub async fn download_from_downloader(
|
||||
CONFIG.downloader_url
|
||||
);
|
||||
|
||||
log::info!("{url}");
|
||||
|
||||
let response = reqwest::Client::new()
|
||||
.get(url)
|
||||
.header("Authorization", &CONFIG.downloader_api_key)
|
||||
|
||||
Reference in New Issue
Block a user