updated cors rules to allow for chrome webapps

This commit is contained in:
DJ Gillespie 2023-07-19 22:22:43 -06:00
parent 6d13ec9655
commit 899ea476d6

View File

@ -76,8 +76,7 @@ MIDDLEWARE = [
]
CORS_ORIGIN_WHITELIST = [
'http://localhost:3000',
'https://localhost:3000'
'*'
]
ROOT_URLCONF = 'core.urls'