Skip to content

Commit 8a43956

Browse files
author
Ruslan
committed
Use https
1 parent 59d3f61 commit 8a43956

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/context/location.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pub fn LocationProvider(props: &LocationProviderProps) -> Html {
7575
} else {
7676
spawn_local({
7777
async move {
78-
let url = String::from("http://ipwho.is/");
78+
let url = String::from("https://ipwho.is/");
7979
let data = fetch::<GeoLocationApiData>(url).await;
8080

8181
log!(format!("{:?}", data));

0 commit comments

Comments
 (0)