Commit a6ebdf3e by lyh3024

Merge branch 'develop' into 'master'

Develop

See merge request lyh3024/knowledge_graph!10
parents c0519b85 d4e15827
...@@ -62,6 +62,10 @@ CORS_ALLOW_CREDENTIALS = True ...@@ -62,6 +62,10 @@ CORS_ALLOW_CREDENTIALS = True
CORS_ALLOW_HEADERS = list(default_headers) + [ CORS_ALLOW_HEADERS = list(default_headers) + [
'token', 'token',
'Referer',
'requestId',
'User-Agent',
'Host'
] ]
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