1. 学习
  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".