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 9f00124 commit 37dc025Copy full SHA for 37dc025
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 = "api/cam-stream/cameras"
+ url = "/api/cam-stream/cameras"
20
port = 3010
21
elif operation == "run":
22
url = "/run"
0 commit comments