Skip to content

Commit aa4966a

Browse files
authored
Merge pull request projecthorus#149 from LukePrior/testing
https
2 parents bdc9906 + 384848c commit aa4966a

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
@@ -4,7 +4,7 @@ var newdata_url = "https://api.v2.sondehub.org/sondes/telemetry";
44
var olddata_url = "https://api.v2.sondehub.org/sondes";
55
var receivers_url = "https://api.v2.sondehub.org/listeners/telemetry";
66
var predictions_url = "https://api.v2.sondehub.org/predictions?vehicles=";
7-
var launch_predictions_url = "http://api.v2.sondehub.org/predictions/reverse";
7+
var launch_predictions_url = "https://api.v2.sondehub.org/predictions/reverse";
88
var recovered_sondes_url = "https://api.v2.sondehub.org/recovered";
99

1010
var livedata = "wss://ws-reader.v2.sondehub.org/";

0 commit comments

Comments
 (0)