diff --git a/backend/backend/production_settings.py b/backend/backend/production_settings.py index 53c6099f..2b88d31c 100644 --- a/backend/backend/production_settings.py +++ b/backend/backend/production_settings.py @@ -12,7 +12,7 @@ # Security settings ALLOWED_HOSTS = [ - '.commanderspellbook.com', + '.commanderspellbook.com', 'localhost' ] CSRF_TRUSTED_ORIGINS = [