Skip to content

Health

$bolt.healthCheck()

Perform health check (returns status data).

@get("/health", func {
    $bolt.send($bolt.healthCheck())
})