updated cors rules to allow for chrome webapps
This commit is contained in:
parent
ca4dc5dd0c
commit
41175299e2
@ -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