mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-04-27 18:21:23 +08:00
Update CORS
This commit is contained in:
parent
37f656e3a8
commit
7a29e0b737
2 changed files with 4 additions and 1 deletions
|
@ -264,3 +264,6 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = 20480
|
|||
|
||||
GRAPH_MODELS = {"app_labels": [
|
||||
"accounts", "documents", "document_requests", "questionnaires"]}
|
||||
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
CORS_ALLOW_CREDENTIALS = True
|
Loading…
Add table
Add a link
Reference in a new issue