From 4fa82c02f80e91268c18545b3dcf0b2cc0176d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Fri, 19 Apr 2024 21:44:24 +0200 Subject: [PATCH] auth --- kholles_web/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kholles_web/settings.py b/kholles_web/settings.py index 2660868..e19365f 100644 --- a/kholles_web/settings.py +++ b/kholles_web/settings.py @@ -30,7 +30,7 @@ ALLOWED_HOSTS = ["127.0.0.1", "colles.mp2i-vms.fr"] CSRF_TRUSTED_ORIGINS = [ "http://127.0.0.1:8000", "https://colles.mp2i-vms.fr" -], +] CORS_ORIGIN_WHITELIST = [ "http://localhost:8000",