informativly / informativly-fastapi

0 stars 0 forks source link

Add a `foo` endpoint to the FastAPI application #3

Closed informativly closed 5 months ago

informativly commented 5 months ago

Implement a new foo endpoint in the main.py file of the FastAPI application. The endpoint should return a simple JSON response with a message.

Acceptance Criteria:

  1. A new route /foo is added to main.py.
  2. The endpoint returns a JSON response with a message.
  3. The endpoint is tested and confirmed to be working correctly.