diff --git a/booking_system/settings.py b/booking_system/settings.py index 66473a9..9f5756e 100644 --- a/booking_system/settings.py +++ b/booking_system/settings.py @@ -19,7 +19,8 @@ ALLOWED_HOSTS = os.getenv( CORS_ALLOWED_ORIGINS = os.getenv( 'CORS_ALLOWED_ORIGINS', - 'http://localhost:3000,http://127.0.0.1:3000' + 'http://localhost:3000,http://127.0.0.1:3000,https://attunehearttherapy.com + ' ).split(',')