Skip to main content

app_latest_version

Api Code Documentation / Exports / app_latest_version

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_latest_version.ts:112