mirror of
https://github.com/flibusta-apps/books_downloader.git
synced 2025-12-06 06:55:37 +01:00
Fixes
This commit is contained in:
@@ -13,10 +13,10 @@ where
|
||||
{
|
||||
let client = reqwest::Client::new();
|
||||
|
||||
let formated_url = format!("{}{}", &config::CONFIG.book_library_url, url);
|
||||
let formatted_url = format!("{}{}", &config::CONFIG.book_library_url, url);
|
||||
|
||||
let response = client
|
||||
.get(formated_url)
|
||||
.get(formatted_url)
|
||||
.query(¶ms)
|
||||
.header("Authorization", &config::CONFIG.book_library_api_key)
|
||||
.send()
|
||||
|
||||
Reference in New Issue
Block a user