diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 22fe8a3..c02896c 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -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',)