We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a4667 commit 9f00124Copy full SHA for 9f00124
src/Core/utils.py
@@ -16,7 +16,7 @@ def sender(operation, data, cstm_port=None):
16
service_url = SERVER_URL
17
18
if operation == "add_camera":
19
- url = "/cameras"
+ url = "api/cam-stream/cameras"
20
port = 3010
21
elif operation == "run":
22
url = "/run"
0 commit comments