fastify-healthcheck
Version:
Fastify Plugin to serve responses for health checks
22 lines (17 loc) • 320 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home - Example pages</title>
</head>
<body>
<h3>Welcome to the Home page.</h3>
<br/>
Plugin routes to call:
<ul>
<li><a href="/health" alt="Health check route">Health check route</a></li>
</ul>
<br/>
<hr/>
</body>
</html>