Skip to content
Snippets Groups Projects
Commit 9ff993ea authored by sandcha's avatar sandcha
Browse files

Tente de corriger une erreur CORS Access-Control-Allow-Origin à la requête du front en production

parent 436b16bf
Branches
No related tags found
1 merge request!21Ajoute la prod https aux Origins et s'assure que les montants des tendances sont des nombre à virgule
Pipeline #21556 failed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# possible values: https://docs.python.org/3/library/logging.html#logging-levels # possible values: https://docs.python.org/3/library/logging.html#logging-levels
LOGGING_LEVEL=INFO LOGGING_LEVEL=INFO
ORIGINS=[http://localhost:5173, http://127.0.0.1:5173, http://dotations.leximpact.an.fr] ORIGINS=[http://localhost:5173, http://127.0.0.1:5173, http://dotations.leximpact.an.fr, https://dotations.leximpact.an.fr]
DATA_DIRECTORY="./data" DATA_DIRECTORY="./data"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment