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