We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdc9906 + 384848c commit aa4966aCopy full SHA for aa4966a
js/tracker.js
@@ -4,7 +4,7 @@ var newdata_url = "https://api.v2.sondehub.org/sondes/telemetry";
4
var olddata_url = "https://api.v2.sondehub.org/sondes";
5
var receivers_url = "https://api.v2.sondehub.org/listeners/telemetry";
6
var predictions_url = "https://api.v2.sondehub.org/predictions?vehicles=";
7
-var launch_predictions_url = "http://api.v2.sondehub.org/predictions/reverse";
+var launch_predictions_url = "https://api.v2.sondehub.org/predictions/reverse";
8
var recovered_sondes_url = "https://api.v2.sondehub.org/recovered";
9
10
var livedata = "wss://ws-reader.v2.sondehub.org/";
0 commit comments