fix url
This commit is contained in:
parent
6f997edb91
commit
96fc2d54c5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ pub(crate) enum ListType {
|
|||
}
|
||||
|
||||
pub(crate) async fn fetch_all(client: &Client) -> Result<Response, Error> {
|
||||
let url = "localhost:6969/list";
|
||||
let url = "https://localhost:6969/list";
|
||||
let response: Response = client
|
||||
.get(url)
|
||||
.send()
|
||||
|
|
Loading…
Add table
Reference in a new issue