diff --git a/frigate/http.py b/frigate/http.py index 8d505d6d6..6cf552c9f 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -1607,7 +1607,7 @@ def vod_event(id): "/export//start//end/", methods=["POST"] ) @bp.route( - "/export//start//end/", + "/export//start//end/", methods=["POST"], ) def export_recording(camera_name: str, start_time, end_time):