1. Learn
  2. /
  3. คอร์ส
  4. /
  5. Deploying AI into Production with FastAPI

Connected

แบบฝึกหัด

Adding a simple health check endpoint

You want to add a simple health check endpoint to your app.

คำแนะนำ

100 XP
  • Add a GET endpoint at the typical location for health checks.
  • Return a status of "OK".