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 Oct 18, 2024
1 parent 64d493f commit 9253b7d
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 9253b7d

Please sign in to comment.