Merge pull request #78 from 6Arin9/master

Fix CORS
This commit is contained in:
Marcin 2021-09-05 19:04:11 +02:00 committed by GitHub
commit 1288fcbbf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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