server/register_http_actions.ts view source
({ path, app, backend, artificial_delay, }: RegisterActionsOptions): void Registers HTTP endpoints for all service actions in the schema registry.
__0
returns
void 2 declarations
server/register_http_actions.ts view source
({ path, app, backend, artificial_delay, }: RegisterActionsOptions): void Registers HTTP endpoints for all service actions in the schema registry.
__0void server/register_http_actions.ts view source
RegisterActionsOptions pathstringappHonobackendartificial_delayArtificial response delay in ms (testing).
number