changement des configuration CORS

This commit is contained in:
kirosbr
2024-02-13 13:16:47 +01:00
parent 76bb4cb597
commit 73a9c76811

View File

@@ -134,7 +134,7 @@ MIDDLEWARE = [
]
CORS_ALLOWED_ORIGINS = [
"http://33.144.144.2:5173", # Ajoutez ici l'URL de votre application frontend ,
"http://33.144.144.6:5173", # Ajoutez ici l'URL de votre application frontend ,
]
MIDDLEWARE += ('apilog.middleware.APILogMiddleware',)