mirror of
https://codeberg.org/demostf/api-client.git
synced 2026-06-03 16:44:09 +02:00
fix listing private demos
This commit is contained in:
parent
ccfe9381b5
commit
007b3b8ca8
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ impl ApiClient {
|
|||
let mut req = self.client.get(url);
|
||||
|
||||
if let Some(access_key) = &self.access_key {
|
||||
req = req.header("ACCESS_KEY", access_key.as_str());
|
||||
req = req.header("ACCESS-KEY", access_key.as_str());
|
||||
}
|
||||
|
||||
Ok(req
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue