Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/server / / createHealthRoutes
Function: createHealthRoutes()
ts
function createHealthRoutes(deps): Hono<{
Variables: ServerVariables;
}>;Defined in: packages/server/src/routes/health.ts:31
Parameters
| Parameter | Type |
|---|---|
deps | HealthRoutesDeps |
Returns
Hono<{ Variables: ServerVariables; }>