Fix jwt-token

This commit is contained in:
2025-08-19 04:49:09 +02:00
parent ace7e50baa
commit 4a62b0d5cc

View File

@@ -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