Fix jwt-token
This commit is contained in:
@@ -14,7 +14,7 @@ import argparse
|
|||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
|
||||||
# Configuration
|
# 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"
|
# Alternative for local testing: "http://localhost:3002/api"
|
||||||
|
|
||||||
# Debug configuration
|
# Debug configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user