Skip to content

Commit

Permalink
remove cross origin decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Sep 6, 2024
1 parent 2b24c03 commit 65ffde8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion endpoints/decorated.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def handle_readonly(ex):


@app.errorhandler(NotImplementedError)
@crossorigin()
def handle_not_implemented_error(ex):
logger.exception(ex)
response = jsonify({"message": str(ex)})
Expand Down

0 comments on commit 65ffde8

Please sign in to comment.