informativly / informativly-fastapi

0 stars 0 forks source link

Remove /hello endpoint #1

Closed informativly closed 5 months ago

informativly commented 5 months ago

The /hello endpoint, which returns an HTML page with 'Hello World', needs to be removed from the FastAPI application. This involves deleting the route definition in the main.py file and ensuring that it is no longer accessible.