Skip to content

Commit

Permalink
fix(client): add missing trailing slash to cameras routes (#383)
Browse files Browse the repository at this point in the history
Co-authored-by: Ronan <[email protected]>
  • Loading branch information
RonanMorgan and Ronan authored Nov 1, 2024
1 parent b11d217 commit f737b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pyroclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#################
"cameras-heartbeat": "/cameras/heartbeat",
"cameras-image": "/cameras/image",
"cameras-fetch": "/cameras",
"cameras-fetch": "/cameras/",
#################
# DETECTIONS
#################
Expand Down

0 comments on commit f737b0d

Please sign in to comment.