Skip to content

Commit

Permalink
Fixed endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 22, 2024
1 parent c2788ea commit 32ab133
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion endpoint/mh_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 32ab133

Please sign in to comment.