I've seen that you can enable CORS for Flask (How to enable CORS in flask), but I have a Dash app and I want to enable something like
headers = { 'Access-Control-Allow-Origin':'*' }
Does anyone know how to do it?
I've seen that you can enable CORS for Flask (How to enable CORS in flask), but I have a Dash app and I want to enable something like
headers = { 'Access-Control-Allow-Origin':'*' }
Does anyone know how to do it?