diff --git a/backend/berkeleytime/settings.py b/backend/berkeleytime/settings.py index 0b61ebdb2..04604005d 100644 --- a/backend/berkeleytime/settings.py +++ b/backend/berkeleytime/settings.py @@ -125,7 +125,7 @@ WSGI_APPLICATION = 'berkeleytime.wsgi.application' # CORS configs -CORS_ALLOWED_ORIGINS_REGEXES = [ +CORS_ALLOWED_ORIGIN_REGEXES = [ r'^http\:\/\/(?:localhost|127\.0\.0\.1)\:\d+$' ]