Back to Flask Cors

Using CORS with Blueprints

docs/examples/blueprints.md

6.0.2222 B
Original Source

Using CORS with Blueprints

Flask-CORS supports blueprints out of the box. Simply pass a blueprint instance to the CORS extension, and everything will just work.

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