malaknihed commited on
Commit
88cde13
·
verified ·
1 Parent(s): 846395a
Files changed (1) hide show
  1. app.py +1 -0
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():