This commit is contained in:
arin 2021-09-05 18:47:26 +02:00
parent c9875a2fd6
commit 8b016bf27b

View file

@ -87,6 +87,9 @@ CORS_ALLOWED_ORIGINS = [
"https://librus.fun",
]
CORS_ORIGIN_ALLOW_ALL = True
CORS_ALLOW_CREDENTIALS = True
WSGI_APPLICATION = 'wulkanowy.wsgi.application'