This commit is contained in:
Stachelbeere1248 2025-02-18 19:42:53 +01:00
parent 6f997edb91
commit 96fc2d54c5
Signed by: Stachelbeere1248
SSH key fingerprint: SHA256:IozEKdw2dB8TZxkpPdMxcWSoWTIMwoLaCcZJ1AJnY2o

View file

@ -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()