From ab8f6e3de264535c929dbaf43f6cd2036ac95beb Mon Sep 17 00:00:00 2001 From: Hugo LIVET Date: Tue, 13 Feb 2024 22:30:20 +0100 Subject: [PATCH] :sparkles: edit CORS --- src/app/app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app/settings.py b/src/app/app/settings.py index e718d24..c0b9bd1 100644 --- a/src/app/app/settings.py +++ b/src/app/app/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-9+n!natx3n$s!c64q&b#o2ji=-07gng^ncs94t&j6@5%)0qwx$ DEBUG = True ALLOWED_HOSTS = ["*"] - +CORS_ORIGIN_ALLOW_ALL = True # Application definition