Spaces:
Sleeping
Sleeping
APP
Browse files
app.py
CHANGED
|
@@ -20,6 +20,7 @@ app.add_middleware(
|
|
| 20 |
allow_headers=["*"], # Autoriser tous les headers
|
| 21 |
)
|
| 22 |
|
|
|
|
| 23 |
# 🔹 TEST : Vérifier si FastAPI démarre bien
|
| 24 |
@app.get("/")
|
| 25 |
def home():
|
|
|
|
| 20 |
allow_headers=["*"], # Autoriser tous les headers
|
| 21 |
)
|
| 22 |
|
| 23 |
+
|
| 24 |
# 🔹 TEST : Vérifier si FastAPI démarre bien
|
| 25 |
@app.get("/")
|
| 26 |
def home():
|