Compare commits
2 Commits
b555c56847
...
10d2e7ff13
| Author | SHA1 | Date | |
|---|---|---|---|
| 10d2e7ff13 | |||
| 027d216fcb |
@ -16,8 +16,6 @@ ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '*').split(',')
|
|||||||
|
|
||||||
# CORS Configuration
|
# CORS Configuration
|
||||||
CORS_ALLOWED_ORIGINS = [
|
CORS_ALLOWED_ORIGINS = [
|
||||||
'http://localhost:3000',
|
|
||||||
'http://127.0.0.1:3000',
|
|
||||||
'https://attunehearttherapy.com'
|
'https://attunehearttherapy.com'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user