diff --git a/test_drone_data.py b/test_drone_data.py index 73ceb55..72b4c50 100644 --- a/test_drone_data.py +++ b/test_drone_data.py @@ -14,7 +14,7 @@ import argparse from datetime import datetime, timedelta # Configuration -API_BASE_URL = "http://selfservice.cqers.com/drones/api" +API_BASE_URL = "https://selfservice.cqers.com/drones/api" # Alternative for local testing: "http://localhost:3002/api" # Debug configuration