ai-cfia / louis-backend

Backend for both our conversational agent louis and search finesse
https://inspection.canada.ca/
MIT License
0 stars 1 forks source link

Create a health check endpoint for louis-backend #27

Open vivalareda opened 8 months ago

vivalareda commented 8 months ago

Task

Create a health check endpoint for the louis-backend service.

  1. When a GET request is made to the endpoint (e.g., /health or /status), it should return a 200 OK status if everything is running smoothly.
  2. The response should contain a clear text with a string indicating the health status saying "ok"
  3. Update documentation to include details about this new endpoint.