Commit d4e15827 by lyh3024

fix

Change-Id: I33c36f3cbe94c712cd002060cb461b03a6d6517f
parent 68a72aec
......@@ -64,7 +64,8 @@ CORS_ALLOW_HEADERS = list(default_headers) + [
'token',
'Referer',
'requestId',
'User-Agent'
'User-Agent',
'Host'
]
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