Compare commits
No commits in common. "10d2e7ff13a59f120a1fa4ce276001db29293a23" and "b555c5684774319fb23234b6d6ea05a19a6f5027" have entirely different histories.
10d2e7ff13
...
b555c56847
@ -16,6 +16,8 @@ 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