Commit 68a72aec by lyh3024

fix

Change-Id: Ic45ebb93f00d5fd69ec1f9388c34b8c282e7ae37
parent e461447f
...@@ -62,6 +62,9 @@ CORS_ALLOW_CREDENTIALS = True ...@@ -62,6 +62,9 @@ CORS_ALLOW_CREDENTIALS = True
CORS_ALLOW_HEADERS = list(default_headers) + [ CORS_ALLOW_HEADERS = list(default_headers) + [
'token', 'token',
'Referer',
'requestId',
'User-Agent'
] ]
ROOT_URLCONF = 'knowledge_graph.urls' ROOT_URLCONF = 'knowledge_graph.urls'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment