This commit is contained in:
Valentin Moguérou 2024-04-19 21:44:24 +02:00
parent 792d2c3dd4
commit 4fa82c02f8
1 changed files with 1 additions and 1 deletions

View File

@ -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",