diff --git a/src/data/helpstart_api.rs b/src/data/helpstart_api.rs index f4c458c..5ada940 100644 --- a/src/data/helpstart_api.rs +++ b/src/data/helpstart_api.rs @@ -37,7 +37,7 @@ pub(crate) enum ListType { } pub(crate) async fn fetch_all(client: &Client) -> Result { - let url = "localhost:6969/list"; + let url = "https://localhost:6969/list"; let response: Response = client .get(url) .send()