2nzi commited on
Commit
d75f2fa
·
verified ·
1 Parent(s): fd4d45e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -31,6 +31,7 @@ app.add_middleware(
31
  allow_origins=[
32
  "http://localhost:8080",
33
  "https://labeling2-163849140747.europe-west9.run.app/",
 
34
  ],
35
  allow_credentials=True,
36
  allow_methods=["*"], # Permet toutes les méthodes HTTP (GET, POST, etc.)
 
31
  allow_origins=[
32
  "http://localhost:8080",
33
  "https://labeling2-163849140747.europe-west9.run.app/",
34
+ "https://my-vue-app-latest-qqzd.onrender.com/",
35
  ],
36
  allow_credentials=True,
37
  allow_methods=["*"], # Permet toutes les méthodes HTTP (GET, POST, etc.)