Facing CORS issue in after deployment
using Django Rest Framework using Swagger
After running API's in swagger I am getting this Error in deployment
Error is
**Failed to fetch.
Possible Reasons:
CORS
Network Failure
URL scheme must be "http" or "https" for CORS request.**
it was working fine in local
My settings.py...