diff --git a/izaac/settings.py b/izaac/settings.py index 87bd3de..7355925 100644 --- a/izaac/settings.py +++ b/izaac/settings.py @@ -32,8 +32,6 @@ DEBUG = True ALLOWED_HOSTS = ['https://izaac.knck.pl', 'izaac.knck.pl', 'localhost', 'izaac-backend', 'izaac-frontend'] -CORS_ALLOW_ALL_ORIGINS = True - CORS_ALLOWED_ORIGNS = [ "http://localhost:8000", "https://izaac.knck.pl",