Skip to main content

app_upgrade

Api Code Documentation / Exports / app_upgrade

Table of contents

Functions

Functions

addHttpHandler

addHttpHandler(server, urlPrefix): void

Creates an http handler that handles incoming http requests for the /app.upgrade route

Parameters

NameTypeDescription
serverAugmentedFastifyInstancethe current fastify server instance
urlPrefixstringthe prefix of the http url

Returns

void

Defined in

src/app_upgrade.ts:118