Skip to content

Commit

Permalink
remove double cors header
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzapanther committed Oct 22, 2023
1 parent a7704f0 commit 25412f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wwfunc/packages/wildweb/embedcheck/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def main(event):
return {
'body': {'status': status, 'embed': embed},
'headers': {
'Access-Control-Allow-Origin': '*'
# 'Access-Control-Allow-Origin': '*'
}
}

0 comments on commit 25412f0

Please sign in to comment.