CORS Fix
This commit is contained in:
parent
c9875a2fd6
commit
8b016bf27b
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,9 @@ CORS_ALLOWED_ORIGINS = [
|
|||
"https://librus.fun",
|
||||
]
|
||||
|
||||
CORS_ORIGIN_ALLOW_ALL = True
|
||||
CORS_ALLOW_CREDENTIALS = True
|
||||
|
||||
WSGI_APPLICATION = 'wulkanowy.wsgi.application'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue