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
Name | Type | Description |
---|---|---|
server | AugmentedFastifyInstance | the current fastify server instance |
urlPrefix | string | the prefix of the http url |
Returns
void