shouldn't have done POST

This commit is contained in:
ishak jmilou.ishak
2025-01-21 15:09:23 +01:00
parent 976840c6b2
commit d5524d7890

View File

@@ -158,7 +158,7 @@ def image():
return "No image available", 404
@app.route('/yolo_results', methods=['GET', 'POST'])
@app.route('/yolo_results', methods=['GET'])
def yolo_results_endpoint():
global yolo_results
with lock: