From 73a9c768112db17ce06907660a21616962534a91 Mon Sep 17 00:00:00 2001 From: kirosbr Date: Tue, 13 Feb 2024 13:16:47 +0100 Subject: [PATCH] changement des configuration CORS --- Reskreen/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',)