# add Authorization in allow headers
This commit is contained in:
parent
eccc5e48c3
commit
07fe6aa162
|
@ -61,7 +61,7 @@ CORS_ORIGIN_ALLOW_ALL = True
|
||||||
CORS_ALLOW_HEADERS = [
|
CORS_ALLOW_HEADERS = [
|
||||||
'X-Token',
|
'X-Token',
|
||||||
'Content-Type',
|
'Content-Type',
|
||||||
|
'Authorization',
|
||||||
]
|
]
|
||||||
|
|
||||||
ROOT_URLCONF = 'mosqkiller.urls'
|
ROOT_URLCONF = 'mosqkiller.urls'
|
||||||
|
|
Loading…
Reference in New Issue