Skip to content

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

ParameterType
depsHealthRoutesDeps

Returns

Hono<{ Variables: ServerVariables; }>

Stable