Closed hueypark closed 5 years ago
there are plans for middleware-like funcionality that will let you do it nicely but I cannot promise any date.
you can put your CORS logic into a function decorator for now and decorate all the views with a decodator.
If you do not have a default implementation, you should implement
OPTIONS
every time you use CORS withDELETE
Any plan?