File: extension.md

package info (click to toggle)
python-flask-cors 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: python: 1,762; makefile: 59; sh: 17
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
# Using the extension

Flask-CORS can be used as an extension to provide centralized configuration of resources by patterns,

```py
--8<-- "examples/app_based_example.py"
```