Compare commits
2 Commits
445b7c1774
...
3da92fa221
| Author | SHA1 | Date | |
|---|---|---|---|
| 3da92fa221 | |||
| 7ee3663ffa |
@ -19,7 +19,8 @@ ALLOWED_HOSTS = os.getenv(
|
|||||||
|
|
||||||
CORS_ALLOWED_ORIGINS = os.getenv(
|
CORS_ALLOWED_ORIGINS = os.getenv(
|
||||||
'CORS_ALLOWED_ORIGINS',
|
'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(',')
|
).split(',')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user