Back to Flask Cors

Using CORS with a view decorator

docs/examples/decorator.md

6.0.2196 B
Original Source

Using CORS with a view decorator

Flask-CORS can be used as a decorator on views, which makes it easy to isolate it to a small subset of views.

py
--8<-- "examples/view_based_example.py"