You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
bugfix pack
This commit is contained in:
@@ -30,7 +30,7 @@ function fetchTx(freq, piCode, rdsPs) {
|
||||
return processData(cachedData[freq], piCode, rdsPs);
|
||||
}
|
||||
|
||||
const url = "https://maps.fmdx.pl/api?freq=" + freq;
|
||||
const url = "https://maps.fmdx.org/api?freq=" + freq;
|
||||
|
||||
return fetch(url)
|
||||
.then(response => response.json())
|
||||
|
||||
Reference in New Issue
Block a user