I have a VueJs front-end the call API to a Flask back-end.
This is my CORS configuration in Flask:
app = flask.Flask(__name__, static_folder=\'static\') ap