We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d3f61 commit 8a43956Copy full SHA for 8a43956
1 file changed
src/context/location.rs
@@ -75,7 +75,7 @@ pub fn LocationProvider(props: &LocationProviderProps) -> Html {
75
} else {
76
spawn_local({
77
async move {
78
- let url = String::from("http://ipwho.is/");
+ let url = String::from("https://ipwho.is/");
79
let data = fetch::<GeoLocationApiData>(url).await;
80
81
log!(format!("{:?}", data));
0 commit comments