updated cors rules to allow for chrome webapps
This commit is contained in:
parent
6d13ec9655
commit
899ea476d6
@ -76,8 +76,7 @@ MIDDLEWARE = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
CORS_ORIGIN_WHITELIST = [
|
CORS_ORIGIN_WHITELIST = [
|
||||||
'http://localhost:3000',
|
'*'
|
||||||
'https://localhost:3000'
|
|
||||||
]
|
]
|
||||||
|
|
||||||
ROOT_URLCONF = 'core.urls'
|
ROOT_URLCONF = 'core.urls'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user