Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.)
|