Change freegeoip API hostname

This commit is contained in:
Mark Sinclair
2021-10-06 20:41:47 +01:00
parent 81d49dc4b9
commit f1a628dee4
+1 -1
View File
@@ -12,7 +12,7 @@ mod mix_nodes;
mod ping;
mod state;
const GEO_IP_SERVICE: &str = "https://freegeoip.app/json/";
const GEO_IP_SERVICE: &str = "https://api.freegeoip.app/json";
#[tokio::main]
async fn main() {