diff --git a/booking_system/settings.py b/booking_system/settings.py index 53934f2..c4a466d 100644 --- a/booking_system/settings.py +++ b/booking_system/settings.py @@ -16,8 +16,6 @@ ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '*').split(',') # CORS Configuration CORS_ALLOWED_ORIGINS = [ - 'http://localhost:3000', - 'http://127.0.0.1:3000', 'https://attunehearttherapy.com' ]