fixed teh http/https and port fo pota.json

merge-requests/160/head
Matthew Chambers 2022-05-17 20:47:35 -05:00
rodzic 763dc5646c
commit d359828518
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -25,8 +25,8 @@ function getPotaPlaces()
"https://storage.googleapis.com/gt_app/pota.json",
ingestPotaPlaces,
null,
"http",
80
"https",
443
);
setTimeout(getPotaPlaces, 86400000)