Skip to content

Commit 6e3cfd4

Browse files
author
xss
committed
Add predictions
1 parent 8dba8bf commit 6e3cfd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var mission_id = 0;
22
var position_id = 0;
33
var newdata_url = "https://api.v2.sondehub.org/amateur/telemetry";
44
var receivers_url = "https://api.v2.sondehub.org/listeners/telemetry";
5-
var predictions_url = "https://api.v2.sondehub.org/predictions?vehicles=";
5+
var predictions_url = "https://api.v2.sondehub.org/amateur/predictions?vehicles=";
66
var launch_predictions_url = "https://api.v2.sondehub.org/predictions/reverse";
77

88
var clientConnected = false;

0 commit comments

Comments
 (0)