Skip to content

Commit

Permalink
Remove CORS as it's managed by nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed Feb 7, 2023
1 parent fd45bf4 commit 501905d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@


app = flask.Flask(__name__)
CORS(app=app, headers=["content-type", "accept"], expose_headers="*")
# CORS(app=app, headers=["content-type", "accept"], expose_headers="*")


def warn_about_logger():
Expand Down

0 comments on commit 501905d

Please sign in to comment.