> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hostifer.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Root endpoint

> Health and landing endpoint behavior

## GET /

Returns the backend landing page from the public folder.

* Method: `GET`
* Path: `/`
* Auth: none
* Response type: HTML file (`public/index.html`)

### Example

```bash theme={null}
curl -i http://localhost:3000/
```

Use this route for a basic server availability check in environments where HTML responses are acceptable.
