Skip to main content

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.

GET /

Returns the backend landing page from the public folder.
  • Method: GET
  • Path: /
  • Auth: none
  • Response type: HTML file (public/index.html)

Example

curl -i http://localhost:3000/
Use this route for a basic server availability check in environments where HTML responses are acceptable.