change cors

This commit is contained in:
2024-03-28 23:54:31 +01:00
parent c70db67d77
commit 827ba67228

View File

@@ -135,7 +135,7 @@ MIDDLEWARE = [
]
CORS_ALLOWED_ORIGINS = [
"http://33.144.144.13:5173", # Ajoutez ici l'URL de votre application frontend ,
"http://33.144.144.13", # Ajoutez ici l'URL de votre application frontend ,
]