update API endpoints to use konik.ai instead of comma

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Test User
2026-04-26 09:33:48 -05:00
committed by Comma Device
parent f492184f8c
commit 0af68e13df
15 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ segment = int(sys.argv[2])
frame = int(sys.argv[3])
camera = cameras[sys.argv[4]] if len(sys.argv) > 4 and sys.argv[4] in cameras else "cameras"
url = f'https://api.commadotai.com/v1/route/{route}/files'
url = f'https://api.konik.ai/v1/route/{route}/files'
r = requests.get(url, headers={"Authorization": f"JWT {jwt}"}, timeout=10)
assert r.status_code == 200
print("got api response")