diff --git a/backend/Platform/settings/production.py b/backend/Platform/settings/production.py index ccaee2d..1529636 100644 --- a/backend/Platform/settings/production.py +++ b/backend/Platform/settings/production.py @@ -39,7 +39,7 @@ # CORS settings CORS_ALLOW_ALL_ORIGINS = True -CORS_ALLOW_METHODS = ["GET"] +CORS_ALLOW_METHODS = ["GET", "POST"] CORS_URLS_REGEX = r"^/options/$" # Email client settings