Skip to main content

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.