Skip to content

Commit 37dc025

Browse files
committed
FIXED endpoint #1
1 parent 9f00124 commit 37dc025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def sender(operation, data, cstm_port=None):
1616
service_url = SERVER_URL
1717

1818
if operation == "add_camera":
19-
url = "api/cam-stream/cameras"
19+
url = "/api/cam-stream/cameras"
2020
port = 3010
2121
elif operation == "run":
2222
url = "/run"

0 commit comments

Comments
 (0)