feat(api): add cors headers middleware (#2479)
This commit is contained in:
parent
1bf46b2de4
commit
7962c0adf6
5 changed files with 18 additions and 0 deletions
|
@ -24,6 +24,7 @@ setup(
|
|||
]
|
||||
},
|
||||
install_requires=[
|
||||
"django-cors-headers>=3.14.0,<3.15",
|
||||
"django-filter>=2.4.0,<22.2",
|
||||
"django>=4.1.4,<4.2",
|
||||
"djangorestframework>=3.12.1,<3.15",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue