From d47b158947071a68bc09a9f35642222e30da2635 Mon Sep 17 00:00:00 2001 From: Andrew Ryan Date: Mon, 12 May 2025 11:08:07 +1000 Subject: [PATCH] Fix URL for SOTA API --- application/libraries/Sota.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/libraries/Sota.php b/application/libraries/Sota.php index b892a75e9..af9117b90 100644 --- a/application/libraries/Sota.php +++ b/application/libraries/Sota.php @@ -43,7 +43,7 @@ class Sota // fetches the summit information from SOTA public function info($summit) { - $url = 'https://api2.sota.org.uk/api/summits/' . $summit; + $url = 'https://api-db2.sota.org.uk/api/summits/' . $summit; // Let's use cURL instead of file_get_contents // begin script