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.
1 parent 8dba8bf commit 6e3cfd4Copy full SHA for 6e3cfd4
js/tracker.js
@@ -2,7 +2,7 @@ var mission_id = 0;
2
var position_id = 0;
3
var newdata_url = "https://api.v2.sondehub.org/amateur/telemetry";
4
var receivers_url = "https://api.v2.sondehub.org/listeners/telemetry";
5
-var predictions_url = "https://api.v2.sondehub.org/predictions?vehicles=";
+var predictions_url = "https://api.v2.sondehub.org/amateur/predictions?vehicles=";
6
var launch_predictions_url = "https://api.v2.sondehub.org/predictions/reverse";
7
8
var clientConnected = false;
0 commit comments