FIX?
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jakub Kaniecki 2024-10-13 21:27:45 +02:00
parent aaa62aed1d
commit c397dbb61b

View File

@ -32,8 +32,6 @@ DEBUG = True
ALLOWED_HOSTS = ['https://izaac.knck.pl', 'izaac.knck.pl', 'localhost', 'izaac-backend', 'izaac-frontend'] ALLOWED_HOSTS = ['https://izaac.knck.pl', 'izaac.knck.pl', 'localhost', 'izaac-backend', 'izaac-frontend']
CORS_ALLOW_ALL_ORIGINS = True
CORS_ALLOWED_ORIGNS = [ CORS_ALLOWED_ORIGNS = [
"http://localhost:8000", "http://localhost:8000",
"https://izaac.knck.pl", "https://izaac.knck.pl",