Compare commits

..

No commits in common. "199a7ef403630884e2a9c202d7b3c0f518281b95" and "3da92fa221240ff4916ddc5447959ac57e9fdc8d" have entirely different histories.

View File

@ -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,https://attunehearttherapy.com'
'http://localhost:3000,http://127.0.0.1:3000,https://attunehearttherapy.com
'
).split(',')