From cb1a807c11fdaa8201d05287a1f72201c30fc8c9 Mon Sep 17 00:00:00 2001 From: Baptiste-Ferrand Date: Mon, 4 Aug 2025 20:44:11 +0200 Subject: [PATCH] add new cors url --- src/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 47fbcde..9aa0194 100644 --- a/src/main.py +++ b/src/main.py @@ -19,7 +19,9 @@ "http://localhost:8000", "http://localhost:5173", "http://127.0.0.1:8000", - "http://127.0.0.1:5173" + "http://127.0.0.1:5173", + "https://pre-prod.trackntrain.fr", + "https://trackntrain.fr" ] app.add_middleware(