From 32ab13394cb4ec553b35cc090574f6efc76abb16 Mon Sep 17 00:00:00 2001 From: danny Date: Mon, 22 Jan 2024 17:28:54 +0100 Subject: [PATCH] Fixed endpoint --- endpoint/mh_endpoint.py | 1 - 1 file changed, 1 deletion(-) diff --git a/endpoint/mh_endpoint.py b/endpoint/mh_endpoint.py index 8abe9f1..ccb0c75 100755 --- a/endpoint/mh_endpoint.py +++ b/endpoint/mh_endpoint.py @@ -116,7 +116,6 @@ def do_POST(self): result["results"] = list(sorted_map.values()) self.send_response(200) # send response headers - self.send_header('Access-Control-Allow-Origin', '*') self.addCORSHeaders() self.end_headers()