This commit is contained in:
arin 2021-09-05 18:50:59 +02:00
parent 8b016bf27b
commit a97778f4a3

View file

@ -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'