mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix URL for SOTA API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user