Module basics

Source
Expand description

Module for /, /health and /profile entrypoints.

Structsยง

health
Handles the health endpoint, returning a JSON response indicating the server is healthy.
profile
Handles the profile endpoint, and returns an HTML response.
root
Handles the root endpoint, logging the connection and returning an HTML response.