Yassine Mhirsi commited on
Commit
d25effa
·
1 Parent(s): a453c29
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -276,6 +276,7 @@ async def health():
276
  async def root():
277
  return RedirectResponse(url="/docs")
278
 
 
279
  # --- Error handlers ---
280
  @app.exception_handler(404)
281
  async def not_found_handler(request, exc):
 
276
  async def root():
277
  return RedirectResponse(url="/docs")
278
 
279
+
280
  # --- Error handlers ---
281
  @app.exception_handler(404)
282
  async def not_found_handler(request, exc):