updated cors rules to allow for chrome webapps

This commit is contained in:
DJ Gillespie 2023-07-19 22:22:43 -06:00
parent ca4dc5dd0c
commit 41175299e2

View File

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