feat : updating with latest docker backend build thx to #265

This commit is contained in:
martin legrand
2025-05-31 17:20:40 +02:00
parent b96e83dbbe
commit 54cc2a03ec
6 changed files with 104 additions and 66 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ config.read('config.ini')
api.add_middleware(
CORSMiddleware,
allow_origins=["http://localhost", "http://localhost:3000"],
allow_origins=["*"],
allow_credentials=True,
allow_methods=["*"],
allow_headers=["*"],