Files
MeridynPharma-Backend/config/conf/corsheaders.py

8 lines
144 B
Python

CORS_ALLOWED_ORIGINS = [
"https://example.com",
"http://localhost:3000",
]
CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOW_CREDENTIALS = True