Compare commits

..

No commits in common. "3da92fa221240ff4916ddc5447959ac57e9fdc8d" and "445b7c1774a7dca88a774739d9cc619f4394c453" have entirely different histories.

View File

@ -19,8 +19,7 @@ ALLOWED_HOSTS = os.getenv(
CORS_ALLOWED_ORIGINS = os.getenv(
'CORS_ALLOWED_ORIGINS',
'http://localhost:3000,http://127.0.0.1:3000,https://attunehearttherapy.com
'
'http://localhost:3000,http://127.0.0.1:3000'
).split(',')