Skip to content

Commit 170c503

Browse files
committed
cors allow al origins
1 parent d9cae8b commit 170c503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

alzi/alzi/deployment.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
'https://witty-pebble-0b4c4811e.4.azurestaticapps.net',
1010
'https://' + os.environ['WEBSITE_HOSTNAME'],
1111
]
12+
CORS_ORIGIN_ALLOW_ALL = True
1213
DEBUG = False
1314

1415
OPENAI_SECRET_KEY = os.environ['OPENAI_SECRET_KEY']

0 commit comments

Comments
 (0)